Class: Aws::Types::SequentialExecutorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SequentialExecutorConfiguration
- 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.
-
#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.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def function_list @function_list end |
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def output @output end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def runtime @runtime end |
#timeout_milliseconds ⇒ ::Integer
Returns the value of attribute timeout_milliseconds.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def timeout_milliseconds @timeout_milliseconds end |