Class: Aws::Types::EmailMessageTemplateContent
- Inherits:
-
Object
- Object
- Aws::Types::EmailMessageTemplateContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Types::EmailMessageTemplateContentBody
Returns the value of attribute body.
-
#headers ⇒ ::Array[Types::EmailHeader]
Returns the value of attribute headers.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#body ⇒ Types::EmailMessageTemplateContentBody
Returns the value of attribute body.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def body @body end |
#headers ⇒ ::Array[Types::EmailHeader]
Returns the value of attribute headers.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def headers @headers end |
#subject ⇒ ::String
Returns the value of attribute subject.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def subject @subject end |