Class: Aws::BedrockAgentRuntime::Types::RetrievalResultSharePointLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultSharePointLocation
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The SharePoint data source location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The SharePoint site URL for the data source location.
Instance Attribute Details
#url ⇒ String
The SharePoint site URL for the data source location.
4208 4209 4210 4211 4212 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4208 class RetrievalResultSharePointLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |