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

Class: Aws::SES::Types::ListTemplatesResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 email templates.

Returns:

  • (String)

    A token indicating that there are additional email templates available to be listed.

#templates_metadataArray<Types::TemplateMetadata>

An array the contains the name and creation time stamp for each template in your Amazon SES account.

Returns:

  • (Array<Types::TemplateMetadata>)

    An array the contains the name and creation time stamp for each template in your Amazon SES account.