Class: Aws::Deadline::Types::ServiceManagedEc2AutoScalingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ServiceManagedEc2AutoScalingConfiguration
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The auto scaling configuration options for a service managed EC2 fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scale_out_workers_per_minute ⇒ Integer
The number of workers that can be scaled out per minute.
-
#standby_worker_count ⇒ Integer
The number of standby workers to maintain for the fleet.
-
#worker_idle_duration_seconds ⇒ Integer
The duration in seconds that a worker can be idle before it is scaled down.
Instance Attribute Details
#scale_out_workers_per_minute ⇒ Integer
The number of workers that can be scaled out per minute.
8467 8468 8469 8470 8471 8472 8473 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8467 class ServiceManagedEc2AutoScalingConfiguration < Struct.new( :standby_worker_count, :worker_idle_duration_seconds, :scale_out_workers_per_minute) SENSITIVE = [] include Aws::Structure end |
#standby_worker_count ⇒ Integer
The number of standby workers to maintain for the fleet.
8467 8468 8469 8470 8471 8472 8473 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8467 class ServiceManagedEc2AutoScalingConfiguration < Struct.new( :standby_worker_count, :worker_idle_duration_seconds, :scale_out_workers_per_minute) SENSITIVE = [] include Aws::Structure end |
#worker_idle_duration_seconds ⇒ Integer
The duration in seconds that a worker can be idle before it is scaled down.
8467 8468 8469 8470 8471 8472 8473 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8467 class ServiceManagedEc2AutoScalingConfiguration < Struct.new( :standby_worker_count, :worker_idle_duration_seconds, :scale_out_workers_per_minute) SENSITIVE = [] include Aws::Structure end |