Class: Aws::AlexaForBusiness::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateUserResponse
- Includes:
- Structure
- Defined in:
- 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.
1328 1329 1330 1331 1332 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1328 class CreateUserResponse < Struct.new( :user_arn) SENSITIVE = [] include Aws::Structure end |