Class: Aws::BedrockAgent::Types::CyclicConnectionFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CyclicConnectionFlowValidationDetails
- 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
-
#connection ⇒ String
The name of the connection that causes the cycle in the flow.
Instance Attribute Details
#connection ⇒ String
The name of the connection that causes the cycle in the flow.
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 |