Class: Aws::BedrockAgent::Types::DuplicateConnectionsFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DuplicateConnectionsFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about duplicate connections found between two nodes in the flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
The name of the source node where the duplicate connection starts.
-
#target ⇒ String
The name of the target node where the duplicate connection ends.
Instance Attribute Details
#source ⇒ String
The name of the source node where the duplicate connection starts.
2983 2984 2985 2986 2987 2988 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2983 class DuplicateConnectionsFlowValidationDetails < Struct.new( :source, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The name of the target node where the duplicate connection ends.
2983 2984 2985 2986 2987 2988 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2983 class DuplicateConnectionsFlowValidationDetails < Struct.new( :source, :target) SENSITIVE = [] include Aws::Structure end |