Class: Aws::BedrockAgentRuntime::Types::RetrievalResultGoogleDriveLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#urlString

The Google Drive URL for the data source location.

Returns:

  • (String)


8969
8970
8971
8972
8973
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8969

class RetrievalResultGoogleDriveLocation < Struct.new(
  :url)
  SENSITIVE = []
  include Aws::Structure
end