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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8579
8580
8581
8582
8583
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8579

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