Class: Aws::IoTWireless::Types::TestWirelessDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TestWirelessDeviceResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ String
The result returned by the test.
Instance Attribute Details
#result ⇒ String
The result returned by the test.
6146 6147 6148 6149 6150 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6146 class TestWirelessDeviceResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |