Class: Aws::Types::InstancesDistribution
- Inherits:
-
Object
- Object
- Aws::Types::InstancesDistribution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_segments ⇒ ::Array[Types::DistributionSegment]
Returns the value of attribute distribution_segments.
-
#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
#distribution_segments ⇒ ::Array[Types::DistributionSegment]
Returns the value of attribute distribution_segments.
866 867 868 |
# File 'sig/types.rbs', line 866 def distribution_segments @distribution_segments end |
#on_demand_allocation_strategy ⇒ ::String
Returns the value of attribute on_demand_allocation_strategy.
860 861 862 |
# File 'sig/types.rbs', line 860 def on_demand_allocation_strategy @on_demand_allocation_strategy end |
#on_demand_base_capacity ⇒ ::Integer
Returns the value of attribute on_demand_base_capacity.
861 862 863 |
# File 'sig/types.rbs', line 861 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.
862 863 864 |
# File 'sig/types.rbs', line 862 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.
863 864 865 |
# File 'sig/types.rbs', line 863 def spot_allocation_strategy @spot_allocation_strategy end |
#spot_instance_pools ⇒ ::Integer
Returns the value of attribute spot_instance_pools.
864 865 866 |
# File 'sig/types.rbs', line 864 def spot_instance_pools @spot_instance_pools end |
#spot_max_price ⇒ ::String
Returns the value of attribute spot_max_price.
865 866 867 |
# File 'sig/types.rbs', line 865 def spot_max_price @spot_max_price end |