Method: Aws::Scheduler::Types::CapacityProviderStrategyItem#base

Defined in:
lib/aws-sdk-scheduler/types.rb

#baseInteger

The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of ‘0` is used.

Returns:

  • (Integer)


67
68
69
70
71
72
73
# File 'lib/aws-sdk-scheduler/types.rb', line 67

class CapacityProviderStrategyItem < Struct.new(
  :base,
  :capacity_provider,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end