Class: Aws::AlexaForBusiness::Types::GetDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetDeviceResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
2717 2718 2719 2720 2721 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2717 class GetDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |