Class: Aws::BedrockAgentRuntime::Types::RetrievalResultSharePointLocation

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

Instance Attribute Details

#urlString

The SharePoint site URL for the data source location.

Returns:

  • (String)


3113
3114
3115
3116
3117
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3113

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