You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::ListEmailIdentitiesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list of all of the identities that you've attempted to verify, regardless of whether or not those identities were successfully verified.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#email_identitiesArray<Types::IdentityInfo>

An array that includes all of the email identities associated with your AWS account.

Returns:

  • (Array<Types::IdentityInfo>)

    An array that includes all of the email identities associated with your AWS account.

#next_tokenString

A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.

Returns:

  • (String)

    A token that indicates that there are additional configuration sets to list.