You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::User

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about a user account for a Amazon Connect instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#directory_user_idString

The identifier of the user account in the directory used for identity management.

Returns:

  • (String)

    The identifier of the user account in the directory used for identity management.

#hierarchy_group_idString

The identifier of the hierarchy group for the user.

Returns:

  • (String)

    The identifier of the hierarchy group for the user.

#idString

The identifier of the user account.

Returns:

  • (String)

    The identifier of the user account.

#identity_infoTypes::UserIdentityInfo

Information about the user identity.

Returns:

#phone_configTypes::UserPhoneConfig

Information about the phone configuration for the user.

Returns:

#routing_profile_idString

The identifier of the routing profile for the user.

Returns:

  • (String)

    The identifier of the routing profile for the user.

#security_profile_idsArray<String>

The identifiers of the security profiles for the user.

Returns:

  • (Array<String>)

    The identifiers of the security profiles for the user.

#tagsHash<String,String>

The tags.

Returns:

  • (Hash<String,String>)

    The tags.

#usernameString

The user name assigned to the user account.

Returns:

  • (String)

    The user name assigned to the user account.