Class: Aws::AlexaForBusiness::Types::CreateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateProfileResponse
- 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 newly created room profile in the response.
Instance Attribute Details
#profile_arn ⇒ String
The ARN of the newly created room profile in the response.
1156 1157 1158 1159 1160 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1156 class CreateProfileResponse < Struct.new( :profile_arn) SENSITIVE = [] include Aws::Structure end |