Class: Aws::BedrockAgentRuntime::Types::RetrievalResultSalesforceLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultSalesforceLocation
- 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
-
#url ⇒ String
The Salesforce host URL for the data source location.
Instance Attribute Details
#url ⇒ String
The Salesforce host URL for the data source location.
7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7616 class RetrievalResultSalesforceLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |