Class: Aws::BedrockAgent::Types::UnknownConnectionSourceFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UnknownConnectionSourceFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/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.
8016 8017 8018 8019 8020 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8016 class UnknownConnectionSourceFlowValidationDetails < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |