You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::UserIdentityInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserIdentityInfo
- Defined in:
- (unknown)
Overview
Note:
When passing UserIdentityInfo as input to an Aws::Client method, you can use a vanilla Hash:
{
first_name: "AgentFirstName",
last_name: "AgentLastName",
email: "Email",
}
Contains information about the identity of a user.
Returned by:
Instance Attribute Summary collapse
-
#email ⇒ String
The email address.
-
#first_name ⇒ String
The first name.
-
#last_name ⇒ String
The last name.
Instance Attribute Details
#email ⇒ String
The email address. If you are using SAML for identity management and include this parameter, an error is returned.
#first_name ⇒ String
The first name. This is required if you are using Amazon Connect or SAML for identity management.
#last_name ⇒ String
The last name. This is required if you are using Amazon Connect or SAML for identity management.