Class: Aws::AlexaForBusiness::Types::DeviceEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeviceEvent
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
The list of device events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timestamp ⇒ Time
The time (in epoch) when the event occurred.
-
#type ⇒ String
The type of device event.
-
#value ⇒ String
The value of the event.
Instance Attribute Details
#timestamp ⇒ Time
The time (in epoch) when the event occurred.
2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2225 class DeviceEvent < Struct.new( :type, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of device event.
2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2225 class DeviceEvent < Struct.new( :type, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the event.
2225 2226 2227 2228 2229 2230 2231 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2225 class DeviceEvent < Struct.new( :type, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |