Class: Aws::Connect::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateUserResponse
- Includes:
- Structure
- Defined in:
- 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.
4412 4413 4414 4415 4416 4417 |
# File 'lib/aws-sdk-connect/types.rb', line 4412 class CreateUserResponse < Struct.new( :user_id, :user_arn) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user account.
4412 4413 4414 4415 4416 4417 |
# File 'lib/aws-sdk-connect/types.rb', line 4412 class CreateUserResponse < Struct.new( :user_id, :user_arn) SENSITIVE = [] include Aws::Structure end |