Class: Aws::AlexaForBusiness::Types::GetDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device ⇒ Types::Device
The details of the device requested.
Instance Attribute Details
#device ⇒ Types::Device
The details of the device requested. Required.
2241 2242 2243 2244 2245 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2241 class GetDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |