Class: Aws::Types::AutoRollbackConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AutoRollbackConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#events ⇒ ::Array[("DEPLOYMENT_FAILURE" | "DEPLOYMENT_STOP_ON_ALARM" | "DEPLOYMENT_STOP_ON_REQUEST")]
Returns the value of attribute events.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
64 65 66 |
# File 'sig/types.rbs', line 64 def enabled @enabled end |
#events ⇒ ::Array[("DEPLOYMENT_FAILURE" | "DEPLOYMENT_STOP_ON_ALARM" | "DEPLOYMENT_STOP_ON_REQUEST")]
Returns the value of attribute events.
65 66 67 |
# File 'sig/types.rbs', line 65 def events @events end |