Class: Aws::Types::ConcurrentExecutorConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_list::Array[Types::FunctionRef]

Returns the value of attribute function_list.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def function_list
  @function_list
end

#max_concurrency::Integer

Returns the value of attribute max_concurrency.

Returns:

  • (::Integer)


153
154
155
# File 'sig/types.rbs', line 153

def max_concurrency
  @max_concurrency
end

#output::Hash[::String, ::String]

Returns the value of attribute output.

Returns:

  • (::Hash[::String, ::String])


150
151
152
# File 'sig/types.rbs', line 150

def output
  @output
end

#runtime"JSONATA"

Returns the value of attribute runtime.

Returns:

  • ("JSONATA")


149
150
151
# File 'sig/types.rbs', line 149

def runtime
  @runtime
end

#timeout_milliseconds::Integer

Returns the value of attribute timeout_milliseconds.

Returns:

  • (::Integer)


152
153
154
# File 'sig/types.rbs', line 152

def timeout_milliseconds
  @timeout_milliseconds
end