Class: Aws::AlexaForBusiness::Types::DeviceStatusInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeviceStatusInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Detailed information about a device’s status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_status ⇒ String
The latest available information about the connection status of a device.
-
#connection_status_updated_time ⇒ Time
The time (in epoch) when the device connection status changed.
-
#device_status_details ⇒ Array<Types::DeviceStatusDetail>
One or more device status detail descriptions.
Instance Attribute Details
#connection_status ⇒ String
The latest available information about the connection status of a device.
1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1846 class DeviceStatusInfo < Struct.new( :device_status_details, :connection_status, :connection_status_updated_time) SENSITIVE = [] include Aws::Structure end |
#connection_status_updated_time ⇒ Time
The time (in epoch) when the device connection status changed.
1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1846 class DeviceStatusInfo < Struct.new( :device_status_details, :connection_status, :connection_status_updated_time) SENSITIVE = [] include Aws::Structure end |
#device_status_details ⇒ Array<Types::DeviceStatusDetail>
One or more device status detail descriptions.
1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1846 class DeviceStatusInfo < Struct.new( :device_status_details, :connection_status, :connection_status_updated_time) SENSITIVE = [] include Aws::Structure end |