Class: Aws::BedrockAgentRuntime::Types::RetrievalResultLocation

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

Overview

Contains information about the data source location.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confluence_locationTypes::RetrievalResultConfluenceLocation

The Confluence data source location.



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#custom_document_locationTypes::RetrievalResultCustomDocumentLocation

Specifies the location of a document in a custom data source.



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#kendra_document_locationTypes::RetrievalResultKendraDocumentLocation

The location of a document in Amazon Kendra.



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#s3_locationTypes::RetrievalResultS3Location

The S3 data source location.



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#salesforce_locationTypes::RetrievalResultSalesforceLocation

The Salesforce data source location.



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#share_point_locationTypes::RetrievalResultSharePointLocation

The SharePoint data source location.



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#sql_locationTypes::RetrievalResultSqlLocation

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



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of data source location.

Returns:

  • (String)


5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end

#web_locationTypes::RetrievalResultWebLocation

The web URL/URLs data source location.



5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5166

class RetrievalResultLocation < Struct.new(
  :confluence_location,
  :custom_document_location,
  :kendra_document_location,
  :s3_location,
  :salesforce_location,
  :share_point_location,
  :sql_location,
  :type,
  :web_location)
  SENSITIVE = []
  include Aws::Structure
end