Class: Aws::BedrockAgentRuntime::Types::RetrievalResultKendraDocumentLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#uriString

The document's uri.

Returns:

  • (String)


8533
8534
8535
8536
8537
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8533

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