class Aws::Connect::Types::UserIdentityInfo

Contains information about the identity of a user.

@note When making an API call, you may pass UserIdentityInfo

data as a hash:

    {
      first_name: "AgentFirstName",
      last_name: "AgentLastName",
      email: "Email",
    }

@!attribute [rw] first_name

The first name. This is required if you are using Amazon Connect or
SAML for identity management.
@return [String]

@!attribute [rw] last_name

The last name. This is required if you are using Amazon Connect or
SAML for identity management.
@return [String]

@!attribute [rw] email

The email address. If you are using SAML for identity management and
include this parameter, an error is returned.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UserIdentityInfo AWS API Documentation

Constants

SENSITIVE