Class: Aws::BedrockAgentRuntime::Types::RetrievalResultConfluenceLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The Confluence data source location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

The Confluence host URL for the data source location.

Returns:

  • (String)


2976
2977
2978
2979
2980
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2976

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