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_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
-
#queue_timeout_minutes ⇒ ::Integer
Returns the value of attribute queue_timeout_minutes.
Instance Attribute Details
#max_concurrent_runs ⇒ ::Integer
Returns the value of attribute max_concurrent_runs.
501 502 503 |
# File 'sig/types.rbs', line 501 def max_concurrent_runs @max_concurrent_runs end |
#queue_timeout_minutes ⇒ ::Integer
Returns the value of attribute queue_timeout_minutes.
500 501 502 |
# File 'sig/types.rbs', line 500 def queue_timeout_minutes @queue_timeout_minutes end |