Class: Aws::AlexaForBusiness::Types::GetProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_arn ⇒ String
The ARN of the room profile for which to request details.
Instance Attribute Details
#profile_arn ⇒ String
The ARN of the room profile for which to request details. Required.
2356 2357 2358 2359 2360 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2356 class GetProfileRequest < Struct.new( :profile_arn) SENSITIVE = [] include Aws::Structure end |