Module: Aws::SES::Client::_GetCustomVerificationEmailTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCustomVerificationEmailTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #failure_redirection_url ⇒ ::String
- #from_email_address ⇒ ::String
- #success_redirection_url ⇒ ::String
- #template_content ⇒ ::String
- #template_name ⇒ ::String
- #template_subject ⇒ ::String
Instance Method Details
#failure_redirection_url ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def failure_redirection_url: () -> ::String
|
#from_email_address ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def from_email_address: () -> ::String
|
#success_redirection_url ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def success_redirection_url: () -> ::String
|
#template_content ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def template_content: () -> ::String
|
#template_name ⇒ ::String
337 |
# File 'sig/client.rbs', line 337
def template_name: () -> ::String
|
#template_subject ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def template_subject: () -> ::String
|