Class: Aws::BedrockAgent::Types::UnknownConnectionTargetInputFlowValidationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connectionString

The name of the connection with the unknown target input.

Returns:

  • (String)


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