Class: Aws::BedrockAgent::Types::FlowConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowConnection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about a connection between two nodes in the flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::FlowConnectionConfiguration
The configuration of the connection.
-
#name ⇒ String
A name for the connection that you can reference.
-
#source ⇒ String
The node that the connection starts at.
-
#target ⇒ String
The node that the connection ends at.
-
#type ⇒ String
Whether the source node that the connection begins from is a condition node (‘Conditional`) or not (`Data`).
Instance Attribute Details
#configuration ⇒ Types::FlowConnectionConfiguration
The configuration of the connection.
2985 2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2985 class FlowConnection < Struct.new( :configuration, :name, :source, :target, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the connection that you can reference.
2985 2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2985 class FlowConnection < Struct.new( :configuration, :name, :source, :target, :type) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The node that the connection starts at.
2985 2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2985 class FlowConnection < Struct.new( :configuration, :name, :source, :target, :type) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The node that the connection ends at.
2985 2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2985 class FlowConnection < Struct.new( :configuration, :name, :source, :target, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Whether the source node that the connection begins from is a condition node (‘Conditional`) or not (`Data`).
2985 2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2985 class FlowConnection < Struct.new( :configuration, :name, :source, :target, :type) SENSITIVE = [] include Aws::Structure end |