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

#distribution_segments::Array[Types::DistributionSegment]

Returns the value of attribute distribution_segments.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def spot_max_price
  @spot_max_price
end