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.



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#custom_document_locationTypes::RetrievalResultCustomDocumentLocation

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



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#kendra_document_locationTypes::RetrievalResultKendraDocumentLocation

The location of a document in Amazon Kendra.



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#s3_locationTypes::RetrievalResultS3Location

The S3 data source location.



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#salesforce_locationTypes::RetrievalResultSalesforceLocation

The Salesforce data source location.



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#share_point_locationTypes::RetrievalResultSharePointLocation

The SharePoint data source location.



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#sql_locationTypes::RetrievalResultSqlLocation

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



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#typeString

The type of data source location.

Returns:

  • (String)


7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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

#web_locationTypes::RetrievalResultWebLocation

The web URL/URLs data source location.



7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7566

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