Class: Aws::BedrockAgent::Types::UnknownConnectionSourceOutputFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UnknownConnectionSourceOutputFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about an unknown source output for a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ String
The name of the connection with the unknown source output.
Instance Attribute Details
#connection ⇒ String
The name of the connection with the unknown source output.
8030 8031 8032 8033 8034 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8030 class UnknownConnectionSourceOutputFlowValidationDetails < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |