You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SES::Types::ListCustomVerificationEmailTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListCustomVerificationEmailTemplatesResponse
- Defined in:
- (unknown)
Overview
A paginated list of custom verification email templates.
Returned by:
Instance Attribute Summary collapse
-
#custom_verification_email_templates ⇒ Array<Types::CustomVerificationEmailTemplate>
A list of the custom verification email templates that exist in your account.
-
#next_token ⇒ String
A token indicating that there are additional custom verification email templates available to be listed.
Instance Attribute Details
#custom_verification_email_templates ⇒ Array<Types::CustomVerificationEmailTemplate>
A list of the custom verification email templates that exist in your account.
#next_token ⇒ String
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.