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.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def html_body @html_body end |
#subject ⇒ ::String
Returns the value of attribute subject.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def subject @subject end |
#text_body ⇒ ::String
Returns the value of attribute text_body.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def text_body @text_body end |