Class: Aws::Types::AwsEcsServiceDeploymentConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsServiceDeploymentConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_circuit_breaker ⇒ Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
Returns the value of attribute deployment_circuit_breaker.
-
#maximum_percent ⇒ ::Integer
Returns the value of attribute maximum_percent.
-
#minimum_healthy_percent ⇒ ::Integer
Returns the value of attribute minimum_healthy_percent.
Instance Attribute Details
#deployment_circuit_breaker ⇒ Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
Returns the value of attribute deployment_circuit_breaker.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def deployment_circuit_breaker @deployment_circuit_breaker end |
#maximum_percent ⇒ ::Integer
Returns the value of attribute maximum_percent.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def maximum_percent @maximum_percent end |
#minimum_healthy_percent ⇒ ::Integer
Returns the value of attribute minimum_healthy_percent.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def minimum_healthy_percent @minimum_healthy_percent end |