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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


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_idString

The identifier of the user account.

Returns:

  • (String)


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