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.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def function_list @function_list end |
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def output @output end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def runtime @runtime end |
#timeout_milliseconds ⇒ ::Integer
Returns the value of attribute timeout_milliseconds.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def timeout_milliseconds @timeout_milliseconds end |