Class: Aws::IoTWireless::Types::TestWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TestWirelessDeviceRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the wireless device to test.
Instance Attribute Details
#id ⇒ String
The ID of the wireless device to test.
6322 6323 6324 6325 6326 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6322 class TestWirelessDeviceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |