Class: Aws::Types::EmailTemplateContent
- Inherits:
-
Object
- Object
- Aws::Types::EmailTemplateContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#html ⇒ ::String
Returns the value of attribute html.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#html ⇒ ::String
Returns the value of attribute html.
621 622 623 |
# File 'sig/types.rbs', line 621 def html @html end |
#subject ⇒ ::String
Returns the value of attribute subject.
619 620 621 |
# File 'sig/types.rbs', line 619 def subject @subject end |
#text ⇒ ::String
Returns the value of attribute text.
620 621 622 |
# File 'sig/types.rbs', line 620 def text @text end |