Class: Aws::Types::NodeInputField

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#category"LoopCondition", ...

Returns the value of attribute category.

Returns:



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

def category
  @category
end

#contentTypes::NodeExecutionContent

Returns the value of attribute content.

Returns:



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.

Returns:



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

def execution_chain
  @execution_chain
end

#name::String

Returns the value of attribute name.

Returns:



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

def name
  @name
end

#sourceTypes::NodeInputSource

Returns the value of attribute source.

Returns:



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

def source
  @source
end

#type"String", ...

Returns the value of attribute type.

Returns:



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

def type
  @type
end