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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/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)


5140
5141
5142
5143
5144
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5140

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