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
Overview
Note:
When making an API call, you may pass TestWirelessDeviceRequest data as a hash:
{
id: "WirelessDeviceId", # required
}
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.
5239 5240 5241 5242 5243 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5239 class TestWirelessDeviceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |