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.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def index @index end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def node_name @node_name end |
#type ⇒ "Iterator", "Loop"
Returns the value of attribute type.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def type @type end |