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.
875 876 877 |
# File 'sig/types.rbs', line 875 def enable @enable end |
#reset_on_healthy_task ⇒ Boolean
Returns the value of attribute reset_on_healthy_task.
877 878 879 |
# File 'sig/types.rbs', line 877 def reset_on_healthy_task @reset_on_healthy_task end |
#rollback ⇒ Boolean
Returns the value of attribute rollback.
876 877 878 |
# File 'sig/types.rbs', line 876 def rollback @rollback end |
#threshold_configuration ⇒ Types::ThresholdConfiguration
Returns the value of attribute threshold_configuration.
878 879 880 |
# File 'sig/types.rbs', line 878 def threshold_configuration @threshold_configuration end |