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.
2226 2227 2228 2229 2230 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2226 class GetDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |