Class: Aws::SecurityHub::Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails
- 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
-
#base ⇒ Integer
The minimum number of tasks to run on the specified capacity provider.
-
#capacity_provider ⇒ String
The name of the capacity provider.
-
#weight ⇒ Integer
The relative percentage of the total number of tasks launched that should use the capacity provider.
Instance Attribute Details
#base ⇒ Integer
The minimum number of tasks to run on the specified capacity provider.
9727 9728 9729 9730 9731 9732 9733 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9727 class AwsEcsClusterDefaultCapacityProviderStrategyDetails < Struct.new( :base, :capacity_provider, :weight) SENSITIVE = [] include Aws::Structure end |
#capacity_provider ⇒ String
The name of the capacity provider.
9727 9728 9729 9730 9731 9732 9733 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9727 class AwsEcsClusterDefaultCapacityProviderStrategyDetails < Struct.new( :base, :capacity_provider, :weight) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Integer
The relative percentage of the total number of tasks launched that should use the capacity provider.
9727 9728 9729 9730 9731 9732 9733 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9727 class AwsEcsClusterDefaultCapacityProviderStrategyDetails < Struct.new( :base, :capacity_provider, :weight) SENSITIVE = [] include Aws::Structure end |