Class: Aws::BedrockAgent::Types::DuplicateConnectionsFlowValidationDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#sourceString

The name of the source node where the duplicate connection starts.



3748
3749
3750
3751
3752
3753
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3748

class DuplicateConnectionsFlowValidationDetails < Struct.new(
  :source,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The name of the target node where the duplicate connection ends.



3748
3749
3750
3751
3752
3753
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3748

class DuplicateConnectionsFlowValidationDetails < Struct.new(
  :source,
  :target)
  SENSITIVE = []
  include Aws::Structure
end