Class: Aws::Types::NodeInputExecutionChainItem
- Inherits:
-
Object
- Object
- Aws::Types::NodeInputExecutionChainItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#type ⇒ "Iterator", "Loop"
Returns the value of attribute type.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def index @index end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def node_name @node_name end |
#type ⇒ "Iterator", "Loop"
Returns the value of attribute type.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def type @type end |