Class: Aws::Types::SpotOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy"lowest-price", ...

Returns the value of attribute allocation_strategy.

Returns:

  • ("lowest-price", "diversified", "capacity-optimized", "capacity-optimized-prioritized", "price-capacity-optimized")


18036
18037
18038
# File 'sig/types.rbs', line 18036

def allocation_strategy
  @allocation_strategy
end

#instance_interruption_behavior"hibernate", ...

Returns the value of attribute instance_interruption_behavior.

Returns:

  • ("hibernate", "stop", "terminate")


18038
18039
18040
# File 'sig/types.rbs', line 18038

def instance_interruption_behavior
  @instance_interruption_behavior
end

#instance_pools_to_use_count::Integer

Returns the value of attribute instance_pools_to_use_count.

Returns:

  • (::Integer)


18039
18040
18041
# File 'sig/types.rbs', line 18039

def instance_pools_to_use_count
  @instance_pools_to_use_count
end

#maintenance_strategiesTypes::FleetSpotMaintenanceStrategiesRequest

Returns the value of attribute maintenance_strategies.



18037
18038
18039
# File 'sig/types.rbs', line 18037

def maintenance_strategies
  @maintenance_strategies
end

#max_total_price::String

Returns the value of attribute max_total_price.

Returns:

  • (::String)


18043
18044
18045
# File 'sig/types.rbs', line 18043

def max_total_price
  @max_total_price
end

#min_target_capacity::Integer

Returns the value of attribute min_target_capacity.

Returns:

  • (::Integer)


18042
18043
18044
# File 'sig/types.rbs', line 18042

def min_target_capacity
  @min_target_capacity
end

#single_availability_zoneBoolean

Returns the value of attribute single_availability_zone.

Returns:

  • (Boolean)


18041
18042
18043
# File 'sig/types.rbs', line 18041

def single_availability_zone
  @single_availability_zone
end

#single_instance_typeBoolean

Returns the value of attribute single_instance_type.

Returns:

  • (Boolean)


18040
18041
18042
# File 'sig/types.rbs', line 18040

def single_instance_type
  @single_instance_type
end