Class: Aws::SES::Types::ListCustomVerificationEmailTemplatesResponse

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

Overview

A paginated list of custom verification email templates.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_verification_email_templatesArray<Types::CustomVerificationEmailTemplate>

A list of the custom verification email templates that exist in your account.



2512
2513
2514
2515
2516
# File 'lib/aws-sdk-ses/types.rb', line 2512

class ListCustomVerificationEmailTemplatesResponse < Struct.new(
  :custom_verification_email_templates,
  :next_token)
  include Aws::Structure
end

#next_tokenString

A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ‘ListTemplates` to retrieve the next 50 custom verification email templates.

Returns:

  • (String)


2512
2513
2514
2515
2516
# File 'lib/aws-sdk-ses/types.rb', line 2512

class ListCustomVerificationEmailTemplatesResponse < Struct.new(
  :custom_verification_email_templates,
  :next_token)
  include Aws::Structure
end