Class: Aws::Types::SchedulerStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_concurrent_job_runs::Integer

Returns the value of attribute current_concurrent_job_runs.

Returns:

  • (::Integer)


564
565
566
# File 'sig/types.rbs', line 564

def current_concurrent_job_runs
  @current_concurrent_job_runs
end

#current_in_queue_job_runs::Integer

Returns the value of attribute current_in_queue_job_runs.

Returns:

  • (::Integer)


563
564
565
# File 'sig/types.rbs', line 563

def current_in_queue_job_runs
  @current_in_queue_job_runs
end