Class: Aws::CodeBuild::Types::ScalingConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ScalingConfigurationOutput
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
The scaling configuration output of a compute fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_capacity ⇒ Integer
The desired number of instances in the fleet when auto-scaling.
-
#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
TargetTrackingScalingConfigurationobjects.
Instance Attribute Details
#desired_capacity ⇒ Integer
The desired number of instances in the fleet when auto-scaling.
6449 6450 6451 6452 6453 6454 6455 6456 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6449 class ScalingConfigurationOutput < Struct.new( :scaling_type, :target_tracking_scaling_configs, :max_capacity, :desired_capacity) SENSITIVE = [] include Aws::Structure end |
#max_capacity ⇒ Integer
The maximum number of instances in the fleet when auto-scaling.
6449 6450 6451 6452 6453 6454 6455 6456 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6449 class ScalingConfigurationOutput < Struct.new( :scaling_type, :target_tracking_scaling_configs, :max_capacity, :desired_capacity) SENSITIVE = [] include Aws::Structure end |
#scaling_type ⇒ String
The scaling type for a compute fleet.
6449 6450 6451 6452 6453 6454 6455 6456 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6449 class ScalingConfigurationOutput < Struct.new( :scaling_type, :target_tracking_scaling_configs, :max_capacity, :desired_capacity) SENSITIVE = [] include Aws::Structure end |
#target_tracking_scaling_configs ⇒ Array<Types::TargetTrackingScalingConfiguration>
A list of TargetTrackingScalingConfiguration objects.
6449 6450 6451 6452 6453 6454 6455 6456 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6449 class ScalingConfigurationOutput < Struct.new( :scaling_type, :target_tracking_scaling_configs, :max_capacity, :desired_capacity) SENSITIVE = [] include Aws::Structure end |