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.
8693 8694 8695 8696 8697 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8693 class RetrievalResultGoogleDriveLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |