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.
644 645 646 |
# File 'sig/types.rbs', line 644 def html @html end |
#subject ⇒ ::String
Returns the value of attribute subject.
642 643 644 |
# File 'sig/types.rbs', line 642 def subject @subject end |
#text ⇒ ::String
Returns the value of attribute text.
643 644 645 |
# File 'sig/types.rbs', line 643 def text @text end |