Class: Aws::Types::DeploymentCircuitBreaker
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentCircuitBreaker
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable ⇒ Boolean
Returns the value of attribute enable.
-
#reset_on_healthy_task ⇒ Boolean
Returns the value of attribute reset_on_healthy_task.
-
#rollback ⇒ Boolean
Returns the value of attribute rollback.
-
#threshold_configuration ⇒ Types::ThresholdConfiguration
Returns the value of attribute threshold_configuration.
Instance Attribute Details
#enable ⇒ Boolean
Returns the value of attribute enable.
882 883 884 |
# File 'sig/types.rbs', line 882 def enable @enable end |
#reset_on_healthy_task ⇒ Boolean
Returns the value of attribute reset_on_healthy_task.
884 885 886 |
# File 'sig/types.rbs', line 884 def reset_on_healthy_task @reset_on_healthy_task end |
#rollback ⇒ Boolean
Returns the value of attribute rollback.
883 884 885 |
# File 'sig/types.rbs', line 883 def rollback @rollback end |
#threshold_configuration ⇒ Types::ThresholdConfiguration
Returns the value of attribute threshold_configuration.
885 886 887 |
# File 'sig/types.rbs', line 885 def threshold_configuration @threshold_configuration end |