Class: Aws::Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable ⇒ Boolean
Returns the value of attribute enable.
-
#rollback ⇒ Boolean
Returns the value of attribute rollback.
Instance Attribute Details
#enable ⇒ Boolean
Returns the value of attribute enable.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def enable @enable end |
#rollback ⇒ Boolean
Returns the value of attribute rollback.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def rollback @rollback end |