Class: Aws::AlexaForBusiness::Types::GetDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetDeviceRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass GetDeviceRequest data as a hash:
{
device_arn: "Arn",
}
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.
2771 2772 2773 2774 2775 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2771 class GetDeviceRequest < Struct.new( :device_arn) SENSITIVE = [] include Aws::Structure end |