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.
2395 2396 2397 2398 2399 2400 2401 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2395 class FlowTraceNodeInputExecutionChainItem < Struct.new( :node_name, :index, :type) SENSITIVE = [] include Aws::Structure end |
#node_name ⇒ String
The name of the node in the execution chain.
2395 2396 2397 2398 2399 2400 2401 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2395 class FlowTraceNodeInputExecutionChainItem < Struct.new( :node_name, :index, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of execution chain item. Supported values are Iterator and Loop.
2395 2396 2397 2398 2399 2400 2401 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2395 class FlowTraceNodeInputExecutionChainItem < Struct.new( :node_name, :index, :type) SENSITIVE = [] include Aws::Structure end |