Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeOutputNext
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceNodeOutputNext
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Represents the next node that receives output data from a flow trace.
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.
2577 2578 2579 2580 2581 2582 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2577 class FlowTraceNodeOutputNext < 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.
2577 2578 2579 2580 2581 2582 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2577 class FlowTraceNodeOutputNext < Struct.new( :node_name, :input_field_name) SENSITIVE = [] include Aws::Structure end |