Class: Aws::Connect::Types::CreateUserResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_arnString

The Amazon Resource Name (ARN) of the user account.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
# File 'lib/aws-sdk-connect/types.rb', line 3750

class CreateUserResponse < Struct.new(
  :user_id,
  :user_arn)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The identifier of the user account.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
# File 'lib/aws-sdk-connect/types.rb', line 3750

class CreateUserResponse < Struct.new(
  :user_id,
  :user_arn)
  SENSITIVE = []
  include Aws::Structure
end