Class: Aws::SESV2::Types::ListEmailTemplatesResponse

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

Overview

The following elements are returned by the service.

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 ListEmailTemplates call to retrieve the next 10 email templates.

Returns:

  • (String)


4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4500

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

#templates_metadataArray<Types::EmailTemplateMetadata>

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

Returns:



4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4500

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