Class: Aws::BedrockAgent::Types::UnknownConnectionTargetInputFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UnknownConnectionTargetInputFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about an unknown target input for a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ String
The name of the connection with the unknown target input.
Instance Attribute Details
#connection ⇒ String
The name of the connection with the unknown target input.
8058 8059 8060 8061 8062 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8058 class UnknownConnectionTargetInputFlowValidationDetails < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |