Class: Aws::BedrockAgentRuntime::Types::NodeInputExecutionChainItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::NodeInputExecutionChainItem
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Represents an item in the execution chain for 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.
5757 5758 5759 5760 5761 5762 5763 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5757 class NodeInputExecutionChainItem < Struct.new( :node_name, :index, :type) SENSITIVE = [] include Aws::Structure end |
#node_name ⇒ String
The name of the node in the execution chain.
5757 5758 5759 5760 5761 5762 5763 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5757 class NodeInputExecutionChainItem < 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.
5757 5758 5759 5760 5761 5762 5763 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5757 class NodeInputExecutionChainItem < Struct.new( :node_name, :index, :type) SENSITIVE = [] include Aws::Structure end |