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
show all
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

Instance Attribute Details

#emailString

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

Returns:

  • (String)

    The email address.

#first_nameString

The first name. This is required if you are using Amazon Connect or SAML for identity management.

Returns:

  • (String)

    The first name.

#last_nameString

The last name. This is required if you are using Amazon Connect or SAML for identity management.

Returns:

  • (String)

    The last name.