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)


3753
3754
3755
3756
3757
3758
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3753

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

#user_idString

The identifier of the user account.

Returns:

  • (String)


3753
3754
3755
3756
3757
3758
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3753

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