Class: Aws::IoTWireless::Types::GetWirelessDeviceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the wireless device to get.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
# File 'lib/aws-sdk-iotwireless/types.rb', line 2698

class GetWirelessDeviceRequest < Struct.new(
  :identifier,
  :identifier_type)
  SENSITIVE = []
  include Aws::Structure
end

#identifier_typeString

The type of identifier used in ‘identifier`.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
# File 'lib/aws-sdk-iotwireless/types.rb', line 2698

class GetWirelessDeviceRequest < Struct.new(
  :identifier,
  :identifier_type)
  SENSITIVE = []
  include Aws::Structure
end