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)


4071
4072
4073
4074
4075
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4071

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