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
- Struct
- Aws::AlexaForBusiness::Types::DeviceData
- Defined in:
- (unknown)
Overview
Device attributes.
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time (in epoch) when the device data was created.
-
#device_arn ⇒ String
The ARN of a device.
-
#device_name ⇒ String
The name of a device.
-
#device_serial_number ⇒ String
The serial number of a device.
-
#device_status ⇒ String
The status of a device.
-
#device_status_info ⇒ Types::DeviceStatusInfo
Detailed information about a device\'s status.
-
#device_type ⇒ String
The type of a device.
-
#mac_address ⇒ String
The MAC address of a device.
-
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
-
#network_profile_name ⇒ String
The name of the network profile associated with a device.
-
#room_arn ⇒ String
The room ARN associated with a device.
-
#room_name ⇒ String
The name of the room associated with a device.
-
#software_version ⇒ String
The software version of a device.
Instance Attribute Details
#created_time ⇒ Time
The time (in epoch) when the device data was created.
#device_arn ⇒ String
The ARN of a device.
#device_name ⇒ String
The name of a device.
#device_serial_number ⇒ String
The serial number of a device.
#device_status ⇒ String
The status of a device.
Possible values:
- READY
- PENDING
- WAS_OFFLINE
- DEREGISTERED
- FAILED
#device_status_info ⇒ Types::DeviceStatusInfo
Detailed information about a device\'s status.
#device_type ⇒ String
The type of a device.
#mac_address ⇒ String
The MAC address of a device.
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
#network_profile_name ⇒ String
The name of the network profile associated with a device.
#room_arn ⇒ String
The room ARN associated with a device.
#room_name ⇒ String
The name of the room associated with a device.
#software_version ⇒ String
The software version of a device.