Class: Aws::Types::OnDemandProvisioningSpecification

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")


1227
1228
1229
# File 'sig/types.rbs', line 1227

def allocation_strategy
  @allocation_strategy
end

#capacity_reservation_optionsTypes::OnDemandCapacityReservationOptions

Returns the value of attribute capacity_reservation_options.



1228
1229
1230
# File 'sig/types.rbs', line 1228

def capacity_reservation_options
  @capacity_reservation_options
end