Class: Aws::BedrockAgentRuntime::Types::RetrievalResultConfluenceLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultConfluenceLocation
- Includes:
- Structure
- Defined in:
- 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.
8405 8406 8407 8408 8409 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8405 class RetrievalResultConfluenceLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |