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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

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)


2744
2745
2746
2747
2748
# File 'lib/aws-sdk-ses/types.rb', line 2744

class ListTemplatesResponse < Struct.new(
  :templates_metadata,
  :next_token)
  include Aws::Structure
end

#templates_metadataArray<Types::TemplateMetadata>

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

Returns:



2744
2745
2746
2747
2748
# File 'lib/aws-sdk-ses/types.rb', line 2744

class ListTemplatesResponse < Struct.new(
  :templates_metadata,
  :next_token)
  include Aws::Structure
end