Class: Aws::BedrockAgentRuntime::Types::NodeInputExecutionChainItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#indexInteger

The index position of this item in the execution chain.

Returns:

  • (Integer)


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_nameString

The name of the node in the execution chain.

Returns:

  • (String)


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

#typeString

The type of execution chain item. Supported values are Iterator and Loop.

Returns:

  • (String)


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