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
648 |
# File 'sig/client.rbs', line 648
def failure_redirection_url: () -> ::String
|
#from_email_address ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def from_email_address: () -> ::String
|
#success_redirection_url ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def success_redirection_url: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
646 |
# File 'sig/client.rbs', line 646
def tags: () -> ::Array[Types::Tag]
|
#template_content ⇒ ::String
645 |
# File 'sig/client.rbs', line 645
def template_content: () -> ::String
|
#template_name ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def template_name: () -> ::String
|
#template_subject ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def template_subject: () -> ::String
|