Class: Aws::IoT1ClickDevicesService::Types::Device
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::Device
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::Attributes
The user specified attributes associated with the device for an event.
-
#device_id ⇒ String
The unique identifier of the device.
-
#type ⇒ String
The device type, such as “button”.
Instance Attribute Details
#attributes ⇒ Types::Attributes
The user specified attributes associated with the device for an event.
84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 84 class Device < Struct.new( :attributes, :device_id, :type) SENSITIVE = [] include Aws::Structure end |