Class: Aws::BedrockAgentRuntime::Types::NodeOutputNext
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::NodeOutputNext
- 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
-
#input_field_name ⇒ String
The name of the input field in the next node that receives the data.
-
#node_name ⇒ String
The name of the next node that receives the output data.
Instance Attribute Details
#input_field_name ⇒ String
The name of the input field in the next node that receives the data.
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_name ⇒ String
The name of the next node that receives the output data.
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 |