Class: Aws::SESV2::Types::ListCustomVerificationEmailTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListCustomVerificationEmailTemplatesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
The following elements are returned by the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_verification_email_templates ⇒ Array<Types::CustomVerificationEmailTemplateMetadata>
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::CustomVerificationEmailTemplateMetadata>
A list of the custom verification email templates that exist in your account.
4284 4285 4286 4287 4288 4289 |
# File 'lib/aws-sdk-sesv2/types.rb', line 4284 class ListCustomVerificationEmailTemplatesResponse < Struct.new( :custom_verification_email_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#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 ‘ListCustomVerificationEmailTemplates` to retrieve the next 50 custom verification email templates.
4284 4285 4286 4287 4288 4289 |
# File 'lib/aws-sdk-sesv2/types.rb', line 4284 class ListCustomVerificationEmailTemplatesResponse < Struct.new( :custom_verification_email_templates, :next_token) SENSITIVE = [] include Aws::Structure end |