Class: Aws::Types::InstancesDistribution

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def spot_max_price
  @spot_max_price
end