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)


3133
3134
3135
3136
3137
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3133

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