Class: Aws::Types::FleetSpotCapacityRebalanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::FleetSpotCapacityRebalanceRequest
- 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.
9534 9535 9536 |
# File 'sig/types.rbs', line 9534 def replacement_strategy @replacement_strategy end |
#termination_delay ⇒ ::Integer
Returns the value of attribute termination_delay.
9535 9536 9537 |
# File 'sig/types.rbs', line 9535 def termination_delay @termination_delay end |