Class: Aws::BedrockAgentRuntime::Types::RetrievalResultOneDriveLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultOneDriveLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The Microsoft OneDrive location of a retrieval result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The OneDrive URL for the data source location.
Instance Attribute Details
#url ⇒ String
The OneDrive URL for the data source location.
8626 8627 8628 8629 8630 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8626 class RetrievalResultOneDriveLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |