Class: Aws::SecurityHub::Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseInteger

The minimum number of tasks to run on the specified capacity provider.

Returns:

  • (Integer)


9734
9735
9736
9737
9738
9739
9740
# File 'lib/aws-sdk-securityhub/types.rb', line 9734

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

#capacity_providerString

The name of the capacity provider.

Returns:

  • (String)


9734
9735
9736
9737
9738
9739
9740
# File 'lib/aws-sdk-securityhub/types.rb', line 9734

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

#weightInteger

The relative percentage of the total number of tasks launched that should use the capacity provider.

Returns:

  • (Integer)


9734
9735
9736
9737
9738
9739
9740
# File 'lib/aws-sdk-securityhub/types.rb', line 9734

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