class Aws::SESV2::Types::ListEmailIdentitiesRequest

A request to list all of the email identities associated with your AWS account. This list includes identities that you've already verified, identities that are unverified, and identities that were verified in the past, but are no longer verified.

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

data as a hash:

    {
      next_token: "NextToken",
      page_size: 1,
    }

@!attribute [rw] next_token

A token returned from a previous call to `ListEmailIdentities` to
indicate the position in the list of identities.
@return [String]

@!attribute [rw] page_size

The number of results to show in a single call to
`ListEmailIdentities`. If the number of results is larger than the
number you specified in this parameter, then the response includes a
`NextToken` element, which you can use to obtain additional results.

The value you specify has to be at least 0, and can be no more than
1000.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListEmailIdentitiesRequest AWS API Documentation

Constants

SENSITIVE