Class: Aws::CodeBuild::Types::ScalingConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ScalingConfigurationInput
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
The scaling configuration input of a compute fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_capacity ⇒ Integer
The maximum number of instances in the fleet when auto-scaling.
-
#scaling_type ⇒ String
The scaling type for a compute fleet.
-
#target_tracking_scaling_configs ⇒ Array<Types::TargetTrackingScalingConfiguration>
A list of
TargetTrackingScalingConfiguration
objects.
Instance Attribute Details
#max_capacity ⇒ Integer
The maximum number of instances in the fleet when auto-scaling.
5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5449 class ScalingConfigurationInput < Struct.new( :scaling_type, :target_tracking_scaling_configs, :max_capacity) SENSITIVE = [] include Aws::Structure end |
#scaling_type ⇒ String
The scaling type for a compute fleet.
5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5449 class ScalingConfigurationInput < Struct.new( :scaling_type, :target_tracking_scaling_configs, :max_capacity) SENSITIVE = [] include Aws::Structure end |
#target_tracking_scaling_configs ⇒ Array<Types::TargetTrackingScalingConfiguration>
A list of TargetTrackingScalingConfiguration
objects.
5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5449 class ScalingConfigurationInput < Struct.new( :scaling_type, :target_tracking_scaling_configs, :max_capacity) SENSITIVE = [] include Aws::Structure end |