Class: Aws::IoT1ClickDevicesService::Types::DeviceDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::DeviceDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the device.
-
#attributes ⇒ Hash<String,String>
An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.
-
#device_id ⇒ String
The unique identifier of the device.
-
#enabled ⇒ Boolean
A Boolean value indicating whether or not the device is enabled.
-
#remaining_life ⇒ Float
A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.
- #tags ⇒ Hash<String,String>
-
#type ⇒ String
The type of the device, such as “button”.
Instance Attribute Details
#arn ⇒ String
The ARN of the device.
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 135 class DeviceDescription < Struct.new( :arn, :attributes, :device_id, :enabled, :remaining_life, :type, :tags) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Hash<String,String>
An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 135 class DeviceDescription < Struct.new( :arn, :attributes, :device_id, :enabled, :remaining_life, :type, :tags) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The unique identifier of the device.
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 135 class DeviceDescription < Struct.new( :arn, :attributes, :device_id, :enabled, :remaining_life, :type, :tags) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
A Boolean value indicating whether or not the device is enabled.
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 135 class DeviceDescription < Struct.new( :arn, :attributes, :device_id, :enabled, :remaining_life, :type, :tags) SENSITIVE = [] include Aws::Structure end |
#remaining_life ⇒ Float
A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 135 class DeviceDescription < Struct.new( :arn, :attributes, :device_id, :enabled, :remaining_life, :type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 135 class DeviceDescription < Struct.new( :arn, :attributes, :device_id, :enabled, :remaining_life, :type, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the device, such as “button”.
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 135 class DeviceDescription < Struct.new( :arn, :attributes, :device_id, :enabled, :remaining_life, :type, :tags) SENSITIVE = [] include Aws::Structure end |