Class: Aws::Connect::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateUserResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user account.
-
#user_id ⇒ String
The identifier of the user account.
Instance Attribute Details
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user account.
4538 4539 4540 4541 4542 4543 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4538 class CreateUserResponse < Struct.new( :user_id, :user_arn) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user account.
4538 4539 4540 4541 4542 4543 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4538 class CreateUserResponse < Struct.new( :user_id, :user_arn) SENSITIVE = [] include Aws::Structure end |