Class: Aws::AlexaForBusiness::Types::DeviceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeviceData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Device attributes.
Constant Summary collapse
- SENSITIVE =
[]
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.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The ARN of a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#device_serial_number ⇒ String
The serial number of a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#device_status ⇒ String
The status of a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#device_status_info ⇒ Types::DeviceStatusInfo
Detailed information about a device’s status.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The type of a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#mac_address ⇒ String
The MAC address of a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#network_profile_name ⇒ String
The name of the network profile associated with a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#room_arn ⇒ String
The room ARN associated with a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#room_name ⇒ String
The name of the room associated with a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |
#software_version ⇒ String
The software version of a device.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1730 class DeviceData < Struct.new( :device_arn, :device_serial_number, :device_type, :device_name, :software_version, :mac_address, :device_status, :network_profile_arn, :network_profile_name, :room_arn, :room_name, :device_status_info, :created_time) SENSITIVE = [] include Aws::Structure end |