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.
937 938 939 |
# File 'sig/types.rbs', line 937 def index @index end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
938 939 940 |
# File 'sig/types.rbs', line 938 def node_name @node_name end |
#type ⇒ "Iterator", "Loop"
Returns the value of attribute type.
939 940 941 |
# File 'sig/types.rbs', line 939 def type @type end |