Class: Aws::BedrockAgent::Types::CyclicConnectionFlowValidationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Details about a cyclic connection detected in the flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionString

The name of the connection that causes the cycle in the flow.

Returns:

  • (String)


2368
2369
2370
2371
2372
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2368

class CyclicConnectionFlowValidationDetails < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end