Class: Aws::IoTWireless::Types::TestWirelessDeviceRequest

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

#id ⇒ String

The ID of the wireless device to test.

Returns:

  • (String)


6544
6545
6546
6547
6548
# File 'lib/aws-sdk-iotwireless/types.rb', line 6544

class TestWirelessDeviceRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end