Class: Aws::BedrockAgentRuntime::Types::RetrievalResultKendraDocumentLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultKendraDocumentLocation
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The location of a result in Amazon Kendra.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The document's uri.
Instance Attribute Details
#uri ⇒ String
The document's uri.
7505 7506 7507 7508 7509 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7505 class RetrievalResultKendraDocumentLocation < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |