Class: Aws::Types::EmailContent
- Inherits:
-
Object
- Object
- Aws::Types::EmailContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_message ⇒ ::String
Returns the value of attribute additional_message.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#additional_message ⇒ ::String
Returns the value of attribute additional_message.
350 351 352 |
# File 'sig/types.rbs', line 350 def @additional_message end |
#subject ⇒ ::String
Returns the value of attribute subject.
349 350 351 |
# File 'sig/types.rbs', line 349 def subject @subject end |