Class: Aws::Types::SpotCapacityRebalance
- Inherits:
-
Object
- Object
- Aws::Types::SpotCapacityRebalance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replacement_strategy ⇒ "launch", "launch-before-terminate"
Returns the value of attribute replacement_strategy.
-
#termination_delay ⇒ ::Integer
Returns the value of attribute termination_delay.
Instance Attribute Details
#replacement_strategy ⇒ "launch", "launch-before-terminate"
Returns the value of attribute replacement_strategy.
17227 17228 17229 |
# File 'sig/types.rbs', line 17227 def replacement_strategy @replacement_strategy end |
#termination_delay ⇒ ::Integer
Returns the value of attribute termination_delay.
17228 17229 17230 |
# File 'sig/types.rbs', line 17228 def termination_delay @termination_delay end |