Class: Aws::BedrockAgentRuntime::Types::NodeOutputNext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Represents the next node that receives output data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_field_nameString

The name of the input field in the next node that receives the data.

Returns:

  • (String)


5907
5908
5909
5910
5911
5912
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5907

class NodeOutputNext < Struct.new(
  :node_name,
  :input_field_name)
  SENSITIVE = []
  include Aws::Structure
end

#node_nameString

The name of the next node that receives the output data.

Returns:

  • (String)


5907
5908
5909
5910
5911
5912
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5907

class NodeOutputNext < Struct.new(
  :node_name,
  :input_field_name)
  SENSITIVE = []
  include Aws::Structure
end