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

Class: Aws::AlexaForBusiness::Types::DeviceData

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

Overview

Device attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The time (in epoch) when the device data was created.

Returns:

  • (Time)

    The time (in epoch) when the device data was created.

#device_arnString

The ARN of a device.

Returns:

  • (String)

    The ARN of a device.

#device_nameString

The name of a device.

Returns:

  • (String)

    The name of a device.

#device_serial_numberString

The serial number of a device.

Returns:

  • (String)

    The serial number of a device.

#device_statusString

The status of a device.

Possible values:

  • READY
  • PENDING
  • WAS_OFFLINE
  • DEREGISTERED
  • FAILED

Returns:

  • (String)

    The status of a device.

#device_status_infoTypes::DeviceStatusInfo

Detailed information about a device\'s status.

Returns:

#device_typeString

The type of a device.

Returns:

  • (String)

    The type of a device.

#mac_addressString

The MAC address of a device.

Returns:

  • (String)

    The MAC address of a device.

#network_profile_arnString

The ARN of the network profile associated with a device.

Returns:

  • (String)

    The ARN of the network profile associated with a device.

#network_profile_nameString

The name of the network profile associated with a device.

Returns:

  • (String)

    The name of the network profile associated with a device.

#room_arnString

The room ARN associated with a device.

Returns:

  • (String)

    The room ARN associated with a device.

#room_nameString

The name of the room associated with a device.

Returns:

  • (String)

    The name of the room associated with a device.

#software_versionString

The software version of a device.

Returns:

  • (String)

    The software version of a device.