Class: Aws::IoT1ClickDevicesService::Types::DeviceClaimResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::DeviceClaimResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The device’s final claim state.
Instance Attribute Details
#state ⇒ String
The device’s final claim state.
98 99 100 101 102 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 98 class DeviceClaimResponse < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |