Class: Aws::BedrockAgent::Types::CustomDocumentIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Contains information about the identifier of the document to ingest into a custom data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the document to ingest into a custom data source.

Returns:

  • (String)


2714
2715
2716
2717
2718
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2714

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