Class: Aws::Types::NotificationConfig
- Inherits:
-
Object
- Object
- Aws::Types::NotificationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notification_arn ⇒ ::String
Returns the value of attribute notification_arn.
-
#notification_events ⇒ ::Array[("All" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed")]
Returns the value of attribute notification_events.
-
#notification_type ⇒ "Command", "Invocation"
Returns the value of attribute notification_type.
Instance Attribute Details
#notification_arn ⇒ ::String
Returns the value of attribute notification_arn.
3217 3218 3219 |
# File 'sig/types.rbs', line 3217 def notification_arn @notification_arn end |
#notification_events ⇒ ::Array[("All" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed")]
Returns the value of attribute notification_events.
3218 3219 3220 |
# File 'sig/types.rbs', line 3218 def notification_events @notification_events end |
#notification_type ⇒ "Command", "Invocation"
Returns the value of attribute notification_type.
3219 3220 3221 |
# File 'sig/types.rbs', line 3219 def notification_type @notification_type end |