Class: Aws::BedrockAgentRuntime::Types::RetrievalResultSalesforceLocation

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

Overview

The Salesforce data source location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

The Salesforce host URL for the data source location.

Returns:

  • (String)


3099
3100
3101
3102
3103
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3099

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