Class: Aws::Types::CustomerManagedAutoScalingConfiguration

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)


887
888
889
# File 'sig/types.rbs', line 887

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)


885
886
887
# File 'sig/types.rbs', line 885

def standby_worker_count
  @standby_worker_count
end

#worker_idle_duration_seconds::Integer

Returns the value of attribute worker_idle_duration_seconds.

Returns:

  • (::Integer)


886
887
888
# File 'sig/types.rbs', line 886

def worker_idle_duration_seconds
  @worker_idle_duration_seconds
end