Class: Aws::Types::ConcurrentExecutorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConcurrentExecutorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_list ⇒ ::Array[Types::FunctionRef]
Returns the value of attribute function_list.
-
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
-
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
-
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
-
#timeout_milliseconds ⇒ ::Integer
Returns the value of attribute timeout_milliseconds.
Instance Attribute Details
#function_list ⇒ ::Array[Types::FunctionRef]
Returns the value of attribute function_list.
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.
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.
150 151 152 |
# File 'sig/types.rbs', line 150 def output @output end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
149 150 151 |
# File 'sig/types.rbs', line 149 def runtime @runtime end |
#timeout_milliseconds ⇒ ::Integer
Returns the value of attribute timeout_milliseconds.
152 153 154 |
# File 'sig/types.rbs', line 152 def timeout_milliseconds @timeout_milliseconds end |