Class: Aws::AlexaForBusiness::Types::DeviceEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#timestampTime

The time (in epoch) when the event occurred.

Returns:

  • (Time)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1764

class DeviceEvent < Struct.new(
  :type,
  :value,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of device event.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1764

class DeviceEvent < Struct.new(
  :type,
  :value,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the event.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1764

class DeviceEvent < Struct.new(
  :type,
  :value,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end