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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2488

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

#identifier_typeString

The type of identifier used in identifier.

Returns:

  • (String)


2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2488

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