Class: Aws::Types::GetEmailTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEmailTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_content ⇒ Types::EmailTemplateContent
Returns the value of attribute template_content.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
960 961 962 |
# File 'sig/types.rbs', line 960 def @tags end |
#template_content ⇒ Types::EmailTemplateContent
Returns the value of attribute template_content.
959 960 961 |
# File 'sig/types.rbs', line 959 def template_content @template_content end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
958 959 960 |
# File 'sig/types.rbs', line 958 def template_name @template_name end |