Class: Aws::BedrockAgentRuntime::Types::RetrievalResultSqlLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultSqlLocation
- 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
-
#query ⇒ String
The SQL query used to retrieve the result.
Instance Attribute Details
#query ⇒ String
The SQL query used to retrieve the result.
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 |