Class: Aws::AlexaForBusiness::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateUserResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_arn ⇒ String
The ARN of the newly created user in the response.
Instance Attribute Details
#user_arn ⇒ String
The ARN of the newly created user in the response.
1313 1314 1315 1316 1317 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1313 class CreateUserResponse < Struct.new( :user_arn) SENSITIVE = [] include Aws::Structure end |