Class: Aws::Types::NotificationOptions
- Inherits:
-
Object
- Object
- Aws::Types::NotificationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_message ⇒ ::String
Returns the value of attribute email_message.
-
#send_email ⇒ Boolean
Returns the value of attribute send_email.
Instance Attribute Details
#email_message ⇒ ::String
Returns the value of attribute email_message.
646 647 648 |
# File 'sig/types.rbs', line 646 def @email_message end |
#send_email ⇒ Boolean
Returns the value of attribute send_email.
645 646 647 |
# File 'sig/types.rbs', line 645 def send_email @send_email end |