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.



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3048

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

#s3_locationTypes::RetrievalResultS3Location

The S3 data source location.



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3048

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

#salesforce_locationTypes::RetrievalResultSalesforceLocation

The Salesforce data source location.



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3048

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

#share_point_locationTypes::RetrievalResultSharePointLocation

The SharePoint data source location.



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3048

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

#typeString

The type of data source location.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3048

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

#web_locationTypes::RetrievalResultWebLocation

The web URL/URLs data source location.



3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3048

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