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_runs ⇒ ::Integer

Returns the value of attribute max_concurrent_runs.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


500
501
502
# File 'sig/types.rbs', line 500

def queue_timeout_minutes
  @queue_timeout_minutes
end