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

Class: Aws::SES::Types::ListTemplatesRequest

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

Overview

Note:

When passing ListTemplatesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_itemsInteger

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.

Returns:

  • (Integer)

    The maximum number of templates to return.

#next_tokenString

A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

Returns:

  • (String)

    A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.