Class: Aws::Types::NodeInputField
- Inherits:
-
Object
- Object
- Aws::Types::NodeInputField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "LoopCondition", ...
Returns the value of attribute category.
-
#content ⇒ Types::NodeExecutionContent
Returns the value of attribute content.
-
#execution_chain ⇒ ::Array[Types::NodeInputExecutionChainItem]
Returns the value of attribute execution_chain.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ Types::NodeInputSource
Returns the value of attribute source.
-
#type ⇒ "String", ...
Returns the value of attribute type.
Instance Attribute Details
#category ⇒ "LoopCondition", ...
Returns the value of attribute category.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def category @category end |
#content ⇒ Types::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.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def name @name end |
#source ⇒ Types::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.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def type @type end |