Class: Aws::Types::SequentialExecutorConfiguration

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:



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.

Returns:

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


1141
1142
1143
# File 'sig/types.rbs', line 1141

def output
  @output
end

#runtime"JSONATA"

Returns the value of attribute runtime.

Returns:

  • ("JSONATA")


1140
1141
1142
# File 'sig/types.rbs', line 1140

def runtime
  @runtime
end

#timeout_milliseconds::Integer

Returns the value of attribute timeout_milliseconds.

Returns:

  • (::Integer)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def timeout_milliseconds
  @timeout_milliseconds
end