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
- Struct
- Aws::Connect::Types::User
- Defined in:
- (unknown)
Overview
Contains information about a user account for a Amazon Connect instance.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the user account.
-
#directory_user_id ⇒ String
The identifier of the user account in the directory used for identity management.
-
#hierarchy_group_id ⇒ String
The identifier of the hierarchy group for the user.
-
#id ⇒ String
The identifier of the user account.
-
#identity_info ⇒ Types::UserIdentityInfo
Information about the user identity.
-
#phone_config ⇒ Types::UserPhoneConfig
Information about the phone configuration for the user.
-
#routing_profile_id ⇒ String
The identifier of the routing profile for the user.
-
#security_profile_ids ⇒ Array<String>
The identifiers of the security profiles for the user.
-
#tags ⇒ Hash<String,String>
The tags.
-
#username ⇒ String
The user name assigned to the user account.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the user account.
#directory_user_id ⇒ String
The identifier of the user account in the directory used for identity management.
#hierarchy_group_id ⇒ String
The identifier of the hierarchy group for the user.
#id ⇒ String
The identifier of the user account.
#identity_info ⇒ Types::UserIdentityInfo
Information about the user identity.
#phone_config ⇒ Types::UserPhoneConfig
Information about the phone configuration for the user.
#routing_profile_id ⇒ String
The identifier of the routing profile for the user.
#security_profile_ids ⇒ Array<String>
The identifiers of the security profiles for the user.
#tags ⇒ Hash<String,String>
The tags.
#username ⇒ String
The user name assigned to the user account.