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)


7644
7645
7646
7647
7648
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7644

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