Class: Aws::BedrockAgent::Types::UnknownConnectionSourceFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UnknownConnectionSourceFlowValidationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Details about an unknown source node for a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ String
The name of the connection with the unknown source.
Instance Attribute Details
#connection ⇒ String
The name of the connection with the unknown source.
10421 10422 10423 10424 10425 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10421 class UnknownConnectionSourceFlowValidationDetails < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |