Class: Aws::Types::OnDemandOptionsRequest

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", "prioritized"

Returns the value of attribute allocation_strategy.

Returns:

  • ("lowest-price", "prioritized")


14942
14943
14944
# File 'sig/types.rbs', line 14942

def allocation_strategy
  @allocation_strategy
end

#capacity_reservation_optionsTypes::CapacityReservationOptionsRequest

Returns the value of attribute capacity_reservation_options.



14943
14944
14945
# File 'sig/types.rbs', line 14943

def capacity_reservation_options
  @capacity_reservation_options
end

#max_total_price::String

Returns the value of attribute max_total_price.

Returns:

  • (::String)


14947
14948
14949
# File 'sig/types.rbs', line 14947

def max_total_price
  @max_total_price
end

#min_target_capacity::Integer

Returns the value of attribute min_target_capacity.

Returns:

  • (::Integer)


14946
14947
14948
# File 'sig/types.rbs', line 14946

def min_target_capacity
  @min_target_capacity
end

#single_availability_zoneBoolean

Returns the value of attribute single_availability_zone.

Returns:

  • (Boolean)


14945
14946
14947
# File 'sig/types.rbs', line 14945

def single_availability_zone
  @single_availability_zone
end

#single_instance_typeBoolean

Returns the value of attribute single_instance_type.

Returns:

  • (Boolean)


14944
14945
14946
# File 'sig/types.rbs', line 14944

def single_instance_type
  @single_instance_type
end