Class: Aws::AlexaForBusiness::Types::CreateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateProfileResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
1141 1142 1143 1144 1145 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1141 class CreateProfileResponse < Struct.new( :profile_arn) SENSITIVE = [] include Aws::Structure end |