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

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

#resultString

The result returned by the test.

Returns:

  • (String)


6253
6254
6255
6256
6257
# File 'lib/aws-sdk-iotwireless/types.rb', line 6253

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