Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputSource
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Represents the source of input data for a flow trace node field.
Constant Summary collapse
- SENSITIVE =
[:expression]
Instance Attribute Summary collapse
-
#expression ⇒ String
The expression used to extract data from the source.
-
#node_name ⇒ String
The name of the source node that provides the input data.
-
#output_field_name ⇒ String
The name of the output field from the source node.
Instance Attribute Details
#expression ⇒ String
The expression used to extract data from the source.
2464 2465 2466 2467 2468 2469 2470 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2464 class FlowTraceNodeInputSource < Struct.new( :node_name, :output_field_name, :expression) SENSITIVE = [:expression] include Aws::Structure end |
#node_name ⇒ String
The name of the source node that provides the input data.
2464 2465 2466 2467 2468 2469 2470 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2464 class FlowTraceNodeInputSource < Struct.new( :node_name, :output_field_name, :expression) SENSITIVE = [:expression] include Aws::Structure end |
#output_field_name ⇒ String
The name of the output field from the source node.
2464 2465 2466 2467 2468 2469 2470 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2464 class FlowTraceNodeInputSource < Struct.new( :node_name, :output_field_name, :expression) SENSITIVE = [:expression] include Aws::Structure end |