Class: Aws::Types::InstancesDistribution
- Inherits:
-
Object
- Object
- Aws::Types::InstancesDistribution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_demand_allocation_strategy ⇒ ::String
Returns the value of attribute on_demand_allocation_strategy.
-
#on_demand_base_capacity ⇒ ::Integer
Returns the value of attribute on_demand_base_capacity.
-
#on_demand_percentage_above_base_capacity ⇒ ::Integer
Returns the value of attribute on_demand_percentage_above_base_capacity.
-
#spot_allocation_strategy ⇒ ::String
Returns the value of attribute spot_allocation_strategy.
-
#spot_instance_pools ⇒ ::Integer
Returns the value of attribute spot_instance_pools.
-
#spot_max_price ⇒ ::String
Returns the value of attribute spot_max_price.
Instance Attribute Details
#on_demand_allocation_strategy ⇒ ::String
Returns the value of attribute on_demand_allocation_strategy.
849 850 851 |
# File 'sig/types.rbs', line 849 def on_demand_allocation_strategy @on_demand_allocation_strategy end |
#on_demand_base_capacity ⇒ ::Integer
Returns the value of attribute on_demand_base_capacity.
850 851 852 |
# File 'sig/types.rbs', line 850 def on_demand_base_capacity @on_demand_base_capacity end |
#on_demand_percentage_above_base_capacity ⇒ ::Integer
Returns the value of attribute on_demand_percentage_above_base_capacity.
851 852 853 |
# File 'sig/types.rbs', line 851 def on_demand_percentage_above_base_capacity @on_demand_percentage_above_base_capacity end |
#spot_allocation_strategy ⇒ ::String
Returns the value of attribute spot_allocation_strategy.
852 853 854 |
# File 'sig/types.rbs', line 852 def spot_allocation_strategy @spot_allocation_strategy end |
#spot_instance_pools ⇒ ::Integer
Returns the value of attribute spot_instance_pools.
853 854 855 |
# File 'sig/types.rbs', line 853 def spot_instance_pools @spot_instance_pools end |
#spot_max_price ⇒ ::String
Returns the value of attribute spot_max_price.
854 855 856 |
# File 'sig/types.rbs', line 854 def spot_max_price @spot_max_price end |