Class: Aws::Types::FleetSpotCapacityRebalance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#replacement_strategy"launch", "launch-before-terminate"

Returns the value of attribute replacement_strategy.

Returns:

  • ("launch", "launch-before-terminate")


9753
9754
9755
# File 'sig/types.rbs', line 9753

def replacement_strategy
  @replacement_strategy
end

#termination_delay::Integer

Returns the value of attribute termination_delay.

Returns:

  • (::Integer)


9754
9755
9756
# File 'sig/types.rbs', line 9754

def termination_delay
  @termination_delay
end