Class: Aws::IoT1ClickDevicesService::Types::DeviceEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::DeviceEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device ⇒ Types::Device
An object representing the device associated with the event.
-
#std_event ⇒ String
A serialized JSON object representing the device-type specific event.
Instance Attribute Details
#device ⇒ Types::Device
An object representing the device associated with the event.
158 159 160 161 162 163 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 158 class DeviceEvent < Struct.new( :device, :std_event) SENSITIVE = [] include Aws::Structure end |
#std_event ⇒ String
A serialized JSON object representing the device-type specific event.
158 159 160 161 162 163 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 158 class DeviceEvent < Struct.new( :device, :std_event) SENSITIVE = [] include Aws::Structure end |