Class: Aws::IoT1ClickDevicesService::Types::DescribeDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::DescribeDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_description ⇒ Types::DeviceDescription
Device details.
Instance Attribute Details
#device_description ⇒ Types::DeviceDescription
Device details.
63 64 65 66 67 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 63 class DescribeDeviceResponse < Struct.new( :device_description) SENSITIVE = [] include Aws::Structure end |