Class: Aws::SES::Types::ListTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListTemplatesResponse
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token indicating that there are additional email templates available to be listed.
-
#templates_metadata ⇒ Array<Types::TemplateMetadata>
An array the contains the name and creation time stamp for each template in your Amazon SES account.
Instance Attribute Details
#next_token ⇒ String
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.
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_metadata ⇒ Array<Types::TemplateMetadata>
An array the contains the name and creation time stamp for each template in your Amazon SES account.
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 |