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.
164 165 166 |
# File 'sig/types.rbs', line 164 def function_list @function_list end |
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
166 167 168 |
# File 'sig/types.rbs', line 166 def max_concurrency @max_concurrency end |
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
163 164 165 |
# File 'sig/types.rbs', line 163 def output @output end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
162 163 164 |
# File 'sig/types.rbs', line 162 def runtime @runtime end |
#timeout_milliseconds ⇒ ::Integer
Returns the value of attribute timeout_milliseconds.
165 166 167 |
# File 'sig/types.rbs', line 165 def timeout_milliseconds @timeout_milliseconds end |