Class: Aws::BedrockAgentRuntime::Types::RetrievalResultSqlLocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains information about the SQL query used to retrieve the result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queryString

The SQL query used to retrieve the result.

Returns:

  • (String)


9146
9147
9148
9149
9150
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9146

class RetrievalResultSqlLocation < Struct.new(
  :query)
  SENSITIVE = []
  include Aws::Structure
end