Class: Aws::AlexaForBusiness::Types::DeviceStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeviceStatusDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Details of a device’s status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The device status detail code.
-
#feature ⇒ String
The list of available features on the device.
Instance Attribute Details
#code ⇒ String
The device status detail code.
1822 1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1822 class DeviceStatusDetail < Struct.new( :feature, :code) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The list of available features on the device.
1822 1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1822 class DeviceStatusDetail < Struct.new( :feature, :code) SENSITIVE = [] include Aws::Structure end |