Class: Aws::AlexaForBusiness::Types::DeviceStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeviceStatusDetail
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
2283 2284 2285 2286 2287 2288 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2283 class DeviceStatusDetail < Struct.new( :feature, :code) SENSITIVE = [] include Aws::Structure end |
#feature ⇒ String
The list of available features on the device.
2283 2284 2285 2286 2287 2288 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2283 class DeviceStatusDetail < Struct.new( :feature, :code) SENSITIVE = [] include Aws::Structure end |