Class: Aws::Types::NotifyEmailType
- Inherits:
-
Object
- Object
- Aws::Types::NotifyEmailType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#html_body ⇒ ::String
Returns the value of attribute html_body.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#text_body ⇒ ::String
Returns the value of attribute text_body.
Instance Attribute Details
#html_body ⇒ ::String
Returns the value of attribute html_body.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def html_body @html_body end |
#subject ⇒ ::String
Returns the value of attribute subject.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def subject @subject end |
#text_body ⇒ ::String
Returns the value of attribute text_body.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def text_body @text_body end |