Class: Aws::Types::DeploymentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impairment_strategy"MAINTAIN", "ROLLBACK"

Returns the value of attribute impairment_strategy.

Returns:

  • ("MAINTAIN", "ROLLBACK")


642
643
644
# File 'sig/types.rbs', line 642

def impairment_strategy
  @impairment_strategy
end

#minimum_healthy_percentage::Integer

Returns the value of attribute minimum_healthy_percentage.

Returns:

  • (::Integer)


641
642
643
# File 'sig/types.rbs', line 641

def minimum_healthy_percentage
  @minimum_healthy_percentage
end

#protection_strategy"WITH_PROTECTION", "IGNORE_PROTECTION"

Returns the value of attribute protection_strategy.

Returns:

  • ("WITH_PROTECTION", "IGNORE_PROTECTION")


640
641
642
# File 'sig/types.rbs', line 640

def protection_strategy
  @protection_strategy
end