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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sourceString

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

Returns:

  • (String)


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

#targetString

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

Returns:

  • (String)


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