Module: Aws::SES::Client::_ListCustomVerificationEmailTemplatesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListCustomVerificationEmailTemplatesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #custom_verification_email_templates ⇒ ::Array[Types::CustomVerificationEmailTemplate]
- #next_token ⇒ ::String
Instance Method Details
#custom_verification_email_templates ⇒ ::Array[Types::CustomVerificationEmailTemplate]
443 |
# File 'sig/client.rbs', line 443
def custom_verification_email_templates: () -> ::Array[Types::CustomVerificationEmailTemplate]
|
#next_token ⇒ ::String
444 |
# File 'sig/client.rbs', line 444
def next_token: () -> ::String
|