Class: Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails
- 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.
609 610 611 |
# File 'sig/types.rbs', line 609 def on_demand_allocation_strategy @on_demand_allocation_strategy end |
#on_demand_base_capacity ⇒ ::Integer
Returns the value of attribute on_demand_base_capacity.
610 611 612 |
# File 'sig/types.rbs', line 610 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.
611 612 613 |
# File 'sig/types.rbs', line 611 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.
612 613 614 |
# File 'sig/types.rbs', line 612 def spot_allocation_strategy @spot_allocation_strategy end |
#spot_instance_pools ⇒ ::Integer
Returns the value of attribute spot_instance_pools.
613 614 615 |
# File 'sig/types.rbs', line 613 def spot_instance_pools @spot_instance_pools end |
#spot_max_price ⇒ ::String
Returns the value of attribute spot_max_price.
614 615 616 |
# File 'sig/types.rbs', line 614 def spot_max_price @spot_max_price end |