Class: Aws::Types::OnDemandOptions
- Inherits:
-
Object
- Object
- Aws::Types::OnDemandOptions
- 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::CapacityReservationOptions
Returns the value of attribute capacity_reservation_options.
-
#max_total_price ⇒ ::String
Returns the value of attribute max_total_price.
-
#min_target_capacity ⇒ ::Integer
Returns the value of attribute min_target_capacity.
-
#single_availability_zone ⇒ Boolean
Returns the value of attribute single_availability_zone.
-
#single_instance_type ⇒ Boolean
Returns the value of attribute single_instance_type.
Instance Attribute Details
#allocation_strategy ⇒ "lowest-price", "prioritized"
Returns the value of attribute allocation_strategy.
15229 15230 15231 |
# File 'sig/types.rbs', line 15229 def allocation_strategy @allocation_strategy end |
#capacity_reservation_options ⇒ Types::CapacityReservationOptions
Returns the value of attribute capacity_reservation_options.
15230 15231 15232 |
# File 'sig/types.rbs', line 15230 def @capacity_reservation_options end |
#max_total_price ⇒ ::String
Returns the value of attribute max_total_price.
15234 15235 15236 |
# File 'sig/types.rbs', line 15234 def max_total_price @max_total_price end |
#min_target_capacity ⇒ ::Integer
Returns the value of attribute min_target_capacity.
15233 15234 15235 |
# File 'sig/types.rbs', line 15233 def min_target_capacity @min_target_capacity end |
#single_availability_zone ⇒ Boolean
Returns the value of attribute single_availability_zone.
15232 15233 15234 |
# File 'sig/types.rbs', line 15232 def single_availability_zone @single_availability_zone end |
#single_instance_type ⇒ Boolean
Returns the value of attribute single_instance_type.
15231 15232 15233 |
# File 'sig/types.rbs', line 15231 def single_instance_type @single_instance_type end |