Class: Aws::SESV2::Types::ListCustomVerificationEmailTemplatesResponse

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

#custom_verification_email_templatesArray<Types::CustomVerificationEmailTemplateMetadata>

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



4221
4222
4223
4224
4225
4226
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4221

class ListCustomVerificationEmailTemplatesResponse < Struct.new(
  :custom_verification_email_templates,
  :next_token)
  SENSITIVE = []
  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 ListCustomVerificationEmailTemplates to retrieve the next 50 custom verification email templates.

Returns:

  • (String)


4221
4222
4223
4224
4225
4226
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4221

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