Class: Aws::Types::NodeInputField

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#category"LoopCondition", ...

Returns the value of attribute category.

Returns:

  • ("LoopCondition", "ReturnValueToLoopStart", "ExitLoop")


1944
1945
1946
# File 'sig/types.rbs', line 1944

def category
  @category
end

#contentTypes::NodeExecutionContent

Returns the value of attribute content.



1945
1946
1947
# File 'sig/types.rbs', line 1945

def content
  @content
end

#execution_chain::Array[Types::NodeInputExecutionChainItem]

Returns the value of attribute execution_chain.



1946
1947
1948
# File 'sig/types.rbs', line 1946

def execution_chain
  @execution_chain
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def name
  @name
end

#sourceTypes::NodeInputSource

Returns the value of attribute source.



1948
1949
1950
# File 'sig/types.rbs', line 1948

def source
  @source
end

#type"String", ...

Returns the value of attribute type.

Returns:

  • ("String", "Number", "Boolean", "Object", "Array")


1949
1950
1951
# File 'sig/types.rbs', line 1949

def type
  @type
end