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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


9724
9725
9726
9727
9728
9729
9730
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9724

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

#capacity_providerString

The name of the capacity provider.

Returns:

  • (String)


9724
9725
9726
9727
9728
9729
9730
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9724

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)


9724
9725
9726
9727
9728
9729
9730
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9724

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