class Aws::SES::Types::ListTemplatesRequest

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

data as a hash:

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

@!attribute [rw] next_token

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

@!attribute [rw] max_items

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

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

Constants

SENSITIVE