You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The list of device events.

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTime

The time (in epoch) when the event occurred.

Returns:

  • (Time)

    The time (in epoch) when the event occurred.

#typeString

The type of device event.

Possible values:

  • CONNECTION_STATUS
  • DEVICE_STATUS

Returns:

  • (String)

    The type of device event.

#valueString

The value of the event.

Returns:

  • (String)

    The value of the event.