Class: Aws::Types::CreateEmailTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEmailTemplateRequest
- 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.
297 298 299 |
# File 'sig/types.rbs', line 297 def @tags end |
#template_content ⇒ Types::EmailTemplateContent
Returns the value of attribute template_content.
296 297 298 |
# File 'sig/types.rbs', line 296 def template_content @template_content end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
295 296 297 |
# File 'sig/types.rbs', line 295 def template_name @template_name end |