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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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 set of email templates within your page size.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2752

class ListTemplatesResponse < Struct.new(
  :templates_metadata,
  :next_token)
  SENSITIVE = []
  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:



2752
2753
2754
2755
2756
2757
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2752

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