Class: Aws::Types::OnDemandProvisioningSpecification
- Inherits:
-
Object
- Object
- Aws::Types::OnDemandProvisioningSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "lowest-price", "prioritized"
Returns the value of attribute allocation_strategy.
-
#capacity_reservation_options ⇒ Types::OnDemandCapacityReservationOptions
Returns the value of attribute capacity_reservation_options.
Instance Attribute Details
#allocation_strategy ⇒ "lowest-price", "prioritized"
Returns the value of attribute allocation_strategy.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def allocation_strategy @allocation_strategy end |
#capacity_reservation_options ⇒ Types::OnDemandCapacityReservationOptions
Returns the value of attribute capacity_reservation_options.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def @capacity_reservation_options end |