Class: Aws::Types::FleetSpotCapacityRebalance
- Inherits:
-
Object
- Object
- Aws::Types::FleetSpotCapacityRebalance
- 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.
9528 9529 9530 |
# File 'sig/types.rbs', line 9528 def replacement_strategy @replacement_strategy end |
#termination_delay ⇒ ::Integer
Returns the value of attribute termination_delay.
9529 9530 9531 |
# File 'sig/types.rbs', line 9529 def termination_delay @termination_delay end |