Class: Aws::Types::SendNotificationActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::SendNotificationActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ "PLAIN_TEXT"
Returns the value of attribute content_type.
-
#delivery_method ⇒ "EMAIL"
Returns the value of attribute delivery_method.
-
#exclusion ⇒ Types::NotificationRecipientType
Returns the value of attribute exclusion.
-
#recipient ⇒ Types::NotificationRecipientType
Returns the value of attribute recipient.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
7786 7787 7788 |
# File 'sig/types.rbs', line 7786 def content @content end |
#content_type ⇒ "PLAIN_TEXT"
Returns the value of attribute content_type.
7787 7788 7789 |
# File 'sig/types.rbs', line 7787 def content_type @content_type end |
#delivery_method ⇒ "EMAIL"
Returns the value of attribute delivery_method.
7784 7785 7786 |
# File 'sig/types.rbs', line 7784 def delivery_method @delivery_method end |
#exclusion ⇒ Types::NotificationRecipientType
Returns the value of attribute exclusion.
7789 7790 7791 |
# File 'sig/types.rbs', line 7789 def exclusion @exclusion end |
#recipient ⇒ Types::NotificationRecipientType
Returns the value of attribute recipient.
7788 7789 7790 |
# File 'sig/types.rbs', line 7788 def recipient @recipient end |
#subject ⇒ ::String
Returns the value of attribute subject.
7785 7786 7787 |
# File 'sig/types.rbs', line 7785 def subject @subject end |