Class: Aws::IoTWireless::Types::TestWirelessDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TestWirelessDeviceResponse
- Includes:
- Structure
- Defined in:
- 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.
6253 6254 6255 6256 6257 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6253 class TestWirelessDeviceResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |