Class: Aws::Types::EmailSettings
- Inherits:
-
Object
- Object
- Aws::Types::EmailSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_message ⇒ ::String
Returns the value of attribute email_message.
-
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
Instance Attribute Details
#email_message ⇒ ::String
Returns the value of attribute email_message.
498 499 500 |
# File 'sig/types.rbs', line 498 def @email_message end |
#email_subject ⇒ ::String
Returns the value of attribute email_subject.
499 500 501 |
# File 'sig/types.rbs', line 499 def email_subject @email_subject end |