Class: Aws::IoTWireless::Types::TestWirelessDeviceResponse

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

#resultString

The result returned by the test.

Returns:

  • (String)


5786
5787
5788
5789
5790
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5786

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