Class: Aws::BedrockAgent::Types::FlowDataConnectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowDataConnectionConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
The configuration of a connection originating from a node that isn't a Condition node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_output ⇒ String
The name of the output in the source node that the connection begins from.
-
#target_input ⇒ String
The name of the input in the target node that the connection ends at.
Instance Attribute Details
#source_output ⇒ String
The name of the output in the source node that the connection begins from.
3075 3076 3077 3078 3079 3080 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 class FlowDataConnectionConfiguration < Struct.new( :source_output, :target_input) SENSITIVE = [] include Aws::Structure end |
#target_input ⇒ String
The name of the input in the target node that the connection ends at.
3075 3076 3077 3078 3079 3080 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 class FlowDataConnectionConfiguration < Struct.new( :source_output, :target_input) SENSITIVE = [] include Aws::Structure end |