class Aws::SES::Types::ListCustomVerificationEmailTemplatesRequest

Represents a request to list the existing custom verification email templates for your account.

For more information about custom verification email templates, see

Using Custom Verification Email Templates][1

in the *Amazon SES

Developer Guide*.

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html

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

data as a hash:

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

@!attribute [rw] next_token

An array the contains the name and creation time stamp for each
template in your Amazon SES account.
@return [String]

@!attribute [rw] max_results

The maximum number of custom verification email templates to return.
This value must be at least 1 and less than or equal to 50. If you
do not specify a value, or if you specify a value less than 1 or
greater than 50, the operation will return up to 50 results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListCustomVerificationEmailTemplatesRequest AWS API Documentation

Constants

SENSITIVE