Class: Aws::Types::AwsEcsServiceDeploymentConfigurationDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_circuit_breakerTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def minimum_healthy_percent
  @minimum_healthy_percent
end