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:



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.

Returns:

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


1116
1117
1118
# File 'sig/types.rbs', line 1116

def output
  @output
end

#runtime"JSONATA"

Returns the value of attribute runtime.

Returns:

  • ("JSONATA")


1115
1116
1117
# File 'sig/types.rbs', line 1115

def runtime
  @runtime
end

#timeout_milliseconds::Integer

Returns the value of attribute timeout_milliseconds.

Returns:

  • (::Integer)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def timeout_milliseconds
  @timeout_milliseconds
end