Class: Aws::Types::SchedulerConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_concurrent_job_runs::Integer

Returns the value of attribute max_concurrent_job_runs.

Returns:

  • (::Integer)


558
559
560
# File 'sig/types.rbs', line 558

def max_concurrent_job_runs
  @max_concurrent_job_runs
end

#max_in_queue_job_runs::Integer

Returns the value of attribute max_in_queue_job_runs.

Returns:

  • (::Integer)


557
558
559
# File 'sig/types.rbs', line 557

def max_in_queue_job_runs
  @max_in_queue_job_runs
end