Class: Aws::IoT1ClickDevicesService::Types::DeviceEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deviceTypes::Device

An object representing the device associated with the event.

Returns:



158
159
160
161
162
163
# File 'gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb', line 158

class DeviceEvent < Struct.new(
  :device,
  :std_event)
  SENSITIVE = []
  include Aws::Structure
end

#std_eventString

A serialized JSON object representing the device-type specific event.

Returns:

  • (String)


158
159
160
161
162
163
# File 'gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb', line 158

class DeviceEvent < Struct.new(
  :device,
  :std_event)
  SENSITIVE = []
  include Aws::Structure
end