Class: Aws::BedrockAgentRuntime::Types::RetrievalResultCustomDocumentLocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains information about the location of a document in a custom data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the document.

Returns:

  • (String)


8679
8680
8681
8682
8683
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8679

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