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.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def category @category end |
#content ⇒ Types::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.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def name @name end |
#source ⇒ Types::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.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def type @type end |