Class: Aws::BedrockAgentRuntime::Types::RetrievalResultGoogleDriveLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultGoogleDriveLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The Google Drive location of a retrieval result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The Google Drive URL for the data source location.
Instance Attribute Details
#url ⇒ String
The Google Drive URL for the data source location.
8519 8520 8521 8522 8523 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8519 class RetrievalResultGoogleDriveLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |