Class: Aws::Deadline::Types::ServiceManagedEc2AutoScalingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#scale_out_workers_per_minuteInteger

The number of workers that can be scaled out per minute.

Returns:

  • (Integer)


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_countInteger

The number of standby workers to maintain for the fleet.

Returns:

  • (Integer)


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_secondsInteger

The duration in seconds that a worker can be idle before it is scaled down.

Returns:

  • (Integer)


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