Class: Aws::Types::ServiceManagedEc2AutoScalingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scale_out_workers_per_minute::Integer

Returns the value of attribute scale_out_workers_per_minute.

Returns:

  • (::Integer)


2733
2734
2735
# File 'sig/types.rbs', line 2733

def scale_out_workers_per_minute
  @scale_out_workers_per_minute
end

#standby_worker_count::Integer

Returns the value of attribute standby_worker_count.

Returns:

  • (::Integer)


2731
2732
2733
# File 'sig/types.rbs', line 2731

def standby_worker_count
  @standby_worker_count
end

#worker_idle_duration_seconds::Integer

Returns the value of attribute worker_idle_duration_seconds.

Returns:

  • (::Integer)


2732
2733
2734
# File 'sig/types.rbs', line 2732

def worker_idle_duration_seconds
  @worker_idle_duration_seconds
end