Class: Aws::Types::SpotOptions
- Inherits:
-
Object
- Object
- Aws::Types::SpotOptions
- 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::FleetSpotMaintenanceStrategies
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.
18024 18025 18026 |
# File 'sig/types.rbs', line 18024 def allocation_strategy @allocation_strategy end |
#instance_interruption_behavior ⇒ "hibernate", ...
Returns the value of attribute instance_interruption_behavior.
18026 18027 18028 |
# File 'sig/types.rbs', line 18026 def instance_interruption_behavior @instance_interruption_behavior end |
#instance_pools_to_use_count ⇒ ::Integer
Returns the value of attribute instance_pools_to_use_count.
18027 18028 18029 |
# File 'sig/types.rbs', line 18027 def instance_pools_to_use_count @instance_pools_to_use_count end |
#maintenance_strategies ⇒ Types::FleetSpotMaintenanceStrategies
Returns the value of attribute maintenance_strategies.
18025 18026 18027 |
# File 'sig/types.rbs', line 18025 def maintenance_strategies @maintenance_strategies end |
#max_total_price ⇒ ::String
Returns the value of attribute max_total_price.
18031 18032 18033 |
# File 'sig/types.rbs', line 18031 def max_total_price @max_total_price end |
#min_target_capacity ⇒ ::Integer
Returns the value of attribute min_target_capacity.
18030 18031 18032 |
# File 'sig/types.rbs', line 18030 def min_target_capacity @min_target_capacity end |
#single_availability_zone ⇒ Boolean
Returns the value of attribute single_availability_zone.
18029 18030 18031 |
# File 'sig/types.rbs', line 18029 def single_availability_zone @single_availability_zone end |
#single_instance_type ⇒ Boolean
Returns the value of attribute single_instance_type.
18028 18029 18030 |
# File 'sig/types.rbs', line 18028 def single_instance_type @single_instance_type end |