Module: Aws::SESV2::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
- #tags ⇒ ::Array[Types::Tag]
- #template_content ⇒ ::String
- #template_name ⇒ ::String
- #template_subject ⇒ ::String
Instance Method Details
#failure_redirection_url ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def failure_redirection_url: () -> ::String
|
#from_email_address ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def from_email_address: () -> ::String
|
#success_redirection_url ⇒ ::String
671 |
# File 'sig/client.rbs', line 671
def success_redirection_url: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
670 |
# File 'sig/client.rbs', line 670
def tags: () -> ::Array[Types::Tag]
|
#template_content ⇒ ::String
669 |
# File 'sig/client.rbs', line 669
def template_content: () -> ::String
|
#template_name ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def template_name: () -> ::String
|
#template_subject ⇒ ::String
668 |
# File 'sig/client.rbs', line 668
def template_subject: () -> ::String
|