Class: Aws::Types::SpotOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SpotOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "lowest-price", ...
Returns the value of attribute allocation_strategy.
-
#instance_interruption_behavior ⇒ "hibernate", ...
Returns the value of attribute instance_interruption_behavior.
-
#instance_pools_to_use_count ⇒ ::Integer
Returns the value of attribute instance_pools_to_use_count.
-
#maintenance_strategies ⇒ Types::FleetSpotMaintenanceStrategiesRequest
Returns the value of attribute maintenance_strategies.
-
#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", ...
Returns the value of attribute allocation_strategy.
17379 17380 17381 |
# File 'sig/types.rbs', line 17379 def allocation_strategy @allocation_strategy end |
#instance_interruption_behavior ⇒ "hibernate", ...
Returns the value of attribute instance_interruption_behavior.
17381 17382 17383 |
# File 'sig/types.rbs', line 17381 def instance_interruption_behavior @instance_interruption_behavior end |
#instance_pools_to_use_count ⇒ ::Integer
Returns the value of attribute instance_pools_to_use_count.
17382 17383 17384 |
# File 'sig/types.rbs', line 17382 def instance_pools_to_use_count @instance_pools_to_use_count end |
#maintenance_strategies ⇒ Types::FleetSpotMaintenanceStrategiesRequest
Returns the value of attribute maintenance_strategies.
17380 17381 17382 |
# File 'sig/types.rbs', line 17380 def maintenance_strategies @maintenance_strategies end |
#max_total_price ⇒ ::String
Returns the value of attribute max_total_price.
17386 17387 17388 |
# File 'sig/types.rbs', line 17386 def max_total_price @max_total_price end |
#min_target_capacity ⇒ ::Integer
Returns the value of attribute min_target_capacity.
17385 17386 17387 |
# File 'sig/types.rbs', line 17385 def min_target_capacity @min_target_capacity end |
#single_availability_zone ⇒ Boolean
Returns the value of attribute single_availability_zone.
17384 17385 17386 |
# File 'sig/types.rbs', line 17384 def single_availability_zone @single_availability_zone end |
#single_instance_type ⇒ Boolean
Returns the value of attribute single_instance_type.
17383 17384 17385 |
# File 'sig/types.rbs', line 17383 def single_instance_type @single_instance_type end |