Class: Aws::Types::SchedulerStatus
- Inherits:
-
Object
- Object
- Aws::Types::SchedulerStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_concurrent_job_runs ⇒ ::Integer
Returns the value of attribute current_concurrent_job_runs.
-
#current_in_queue_job_runs ⇒ ::Integer
Returns the value of attribute current_in_queue_job_runs.
Instance Attribute Details
#current_concurrent_job_runs ⇒ ::Integer
Returns the value of attribute current_concurrent_job_runs.
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.
563 564 565 |
# File 'sig/types.rbs', line 563 def current_in_queue_job_runs @current_in_queue_job_runs end |