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")


1862
1863
1864
# File 'sig/types.rbs', line 1862

def category
  @category
end

#contentTypes::NodeExecutionContent

Returns the value of attribute content.



1863
1864
1865
# File 'sig/types.rbs', line 1863

def content
  @content
end

#execution_chain::Array[Types::NodeInputExecutionChainItem]

Returns the value of attribute execution_chain.



1864
1865
1866
# File 'sig/types.rbs', line 1864

def execution_chain
  @execution_chain
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1865
1866
1867
# File 'sig/types.rbs', line 1865

def name
  @name
end

#sourceTypes::NodeInputSource

Returns the value of attribute source.



1866
1867
1868
# File 'sig/types.rbs', line 1866

def source
  @source
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


1867
1868
1869
# File 'sig/types.rbs', line 1867

def type
  @type
end