Class: Aws::Types::FlowTraceNodeInputExecutionChainItem
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceNodeInputExecutionChainItem
- 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.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def index @index end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def node_name @node_name end |
#type ⇒ "Iterator", "Loop"
Returns the value of attribute type.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def type @type end |