Class: Aws::AlexaForBusiness::Types::DeviceEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeviceEvent
- Includes:
- Structure
- Defined in:
- 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.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1764 class DeviceEvent < Struct.new( :type, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of device event.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1764 class DeviceEvent < Struct.new( :type, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the event.
1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1764 class DeviceEvent < Struct.new( :type, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |