Class: Aws::Types::NotificationAction
- Inherits:
-
Object
- Object
- Aws::Types::NotificationAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::NotificationTargetActions
Returns the value of attribute action.
-
#email_configurations ⇒ ::Array[Types::EmailConfiguration]
Returns the value of attribute email_configurations.
-
#sms_configurations ⇒ ::Array[Types::SMSConfiguration]
Returns the value of attribute sms_configurations.
Instance Attribute Details
#action ⇒ Types::NotificationTargetActions
Returns the value of attribute action.
580 581 582 |
# File 'sig/types.rbs', line 580 def action @action end |
#email_configurations ⇒ ::Array[Types::EmailConfiguration]
Returns the value of attribute email_configurations.
582 583 584 |
# File 'sig/types.rbs', line 582 def email_configurations @email_configurations end |
#sms_configurations ⇒ ::Array[Types::SMSConfiguration]
Returns the value of attribute sms_configurations.
581 582 583 |
# File 'sig/types.rbs', line 581 def sms_configurations @sms_configurations end |