Class: Aws::AlexaForBusiness::Types::GetDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device for which to request details.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device for which to request details. Required.
2229 2230 2231 2232 2233 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2229 class GetDeviceRequest < Struct.new( :device_arn) SENSITIVE = [] include Aws::Structure end |