Class: Aws::Types::DeploymentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impairment_strategy ⇒ "MAINTAIN", "ROLLBACK"
Returns the value of attribute impairment_strategy.
-
#minimum_healthy_percentage ⇒ ::Integer
Returns the value of attribute minimum_healthy_percentage.
-
#protection_strategy ⇒ "WITH_PROTECTION", "IGNORE_PROTECTION"
Returns the value of attribute protection_strategy.
Instance Attribute Details
#impairment_strategy ⇒ "MAINTAIN", "ROLLBACK"
Returns the value of attribute impairment_strategy.
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.
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.
640 641 642 |
# File 'sig/types.rbs', line 640 def protection_strategy @protection_strategy end |