Class: Aws::BedrockAgentRuntime::Types::RetrievalResultConfluenceLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultConfluenceLocation
- 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
-
#url ⇒ String
The Confluence host URL for the data source location.
Instance Attribute Details
#url ⇒ String
The Confluence host URL for the data source location.
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 |