Class: Aws::Types::SchedulerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SchedulerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_concurrent_job_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_job_runs.
-
#max_in_queue_job_runs ⇒ ::Integer
Returns the value of attribute max_in_queue_job_runs.
Instance Attribute Details
#max_concurrent_job_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_job_runs.
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.
557 558 559 |
# File 'sig/types.rbs', line 557 def max_in_queue_job_runs @max_in_queue_job_runs end |