Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputExecutionChainItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputExecutionChainItem
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Represents an item in the execution chain for flow trace node input tracking.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index ⇒ Integer
The index position of this item in the execution chain.
-
#node_name ⇒ String
The name of the node in the execution chain.
-
#type ⇒ String
The type of execution chain item.
Instance Attribute Details
#index ⇒ Integer
The index position of this item in the execution chain.
2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2426 class FlowTraceNodeInputExecutionChainItem < Struct.new( :index, :node_name, :type) SENSITIVE = [] include Aws::Structure end |
#node_name ⇒ String
The name of the node in the execution chain.
2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2426 class FlowTraceNodeInputExecutionChainItem < Struct.new( :index, :node_name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of execution chain item. Supported values are Iterator and Loop.
2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2426 class FlowTraceNodeInputExecutionChainItem < Struct.new( :index, :node_name, :type) SENSITIVE = [] include Aws::Structure end |