Method: Aws::Scheduler::Types::CapacityProviderStrategyItem#weight

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

#weightInteger

The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.

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