Class: Aws::SES::Types::ListTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListTemplatesResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
2791 2792 2793 2794 2795 2796 |
# File 'lib/aws-sdk-ses/types.rb', line 2791 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.
2791 2792 2793 2794 2795 2796 |
# File 'lib/aws-sdk-ses/types.rb', line 2791 class ListTemplatesResponse < Struct.new( :templates_metadata, :next_token) SENSITIVE = [] include Aws::Structure end |