class Aws::Connect::Types::UpdateUserIdentityInfoRequest

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

data as a hash:

    {
      identity_info: { # required
        first_name: "AgentFirstName",
        last_name: "AgentLastName",
        email: "Email",
      },
      user_id: "UserId", # required
      instance_id: "InstanceId", # required
    }

@!attribute [rw] identity_info

The identity information for the user.
@return [Types::UserIdentityInfo]

@!attribute [rw] user_id

The identifier of the user account.
@return [String]

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

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

Constants

SENSITIVE