NAME
Paws::IoTWireless::GetWirelessDevice - Arguments for method GetWirelessDevice on Paws::IoTWireless
DESCRIPTION
This class represents the parameters used for calling the method GetWirelessDevice on the AWS IoT Wireless service. Use the attributes of this class as arguments to method GetWirelessDevice.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetWirelessDevice.
SYNOPSIS
my $api.iotwireless = Paws->service('IoTWireless');
my $GetWirelessDeviceResponse = $api . iotwireless->GetWirelessDevice(
Identifier => 'MyIdentifier',
IdentifierType => 'WirelessDeviceId',
);
# Results:
my $Arn = $GetWirelessDeviceResponse->Arn;
my $Description = $GetWirelessDeviceResponse->Description;
my $DestinationName = $GetWirelessDeviceResponse->DestinationName;
my $Id = $GetWirelessDeviceResponse->Id;
my $LoRaWAN = $GetWirelessDeviceResponse->LoRaWAN;
my $Name = $GetWirelessDeviceResponse->Name;
my $Sidewalk = $GetWirelessDeviceResponse->Sidewalk;
my $ThingArn = $GetWirelessDeviceResponse->ThingArn;
my $ThingName = $GetWirelessDeviceResponse->ThingName;
my $Type = $GetWirelessDeviceResponse->Type;
# Returns a L<Paws::IoTWireless::GetWirelessDeviceResponse> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/api.iotwireless/GetWirelessDevice
ATTRIBUTES
REQUIRED Identifier => Str
The identifier of the wireless device to get.
REQUIRED IdentifierType => Str
The type of identifier used in identifier
.
Valid values are: "WirelessDeviceId"
, "DevEui"
, "ThingName"
SEE ALSO
This class forms part of Paws, documenting arguments for method GetWirelessDevice in Paws::IoTWireless
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues