Module: Aws::SESV2::Client::_GetEmailTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEmailTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #tags ⇒ ::Array[Types::Tag]
- #template_content ⇒ Types::EmailTemplateContent
- #template_name ⇒ ::String
Instance Method Details
#tags ⇒ ::Array[Types::Tag]
782 |
# File 'sig/client.rbs', line 782
def tags: () -> ::Array[Types::Tag]
|
#template_content ⇒ Types::EmailTemplateContent
781 |
# File 'sig/client.rbs', line 781
def template_content: () -> Types::EmailTemplateContent
|
#template_name ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def template_name: () -> ::String
|