Class: Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_demand_allocation_strategy::String

Returns the value of attribute on_demand_allocation_strategy.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def spot_max_price
  @spot_max_price
end