Class: Aws::IoTWireless::Types::GetWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the wireless device to get.
-
#identifier_type ⇒ String
The type of identifier used in ‘identifier`.
Instance Attribute Details
#identifier ⇒ String
The identifier of the wireless device to get.
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_type ⇒ String
The type of identifier used in ‘identifier`.
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 |