Class: Aws::BedrockAgent::Types::DocumentIdentifier

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

Overview

Contains information that identifies the document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customTypes::CustomDocumentIdentifier

Contains information that identifies the document in a custom data source.



3504
3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3504

class DocumentIdentifier < Struct.new(
  :custom,
  :data_source_type,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_typeString

The type of data source connected to the knowledge base that contains the document.

Returns:

  • (String)


3504
3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3504

class DocumentIdentifier < Struct.new(
  :custom,
  :data_source_type,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#s3Types::S3Location

Contains information that identifies the document in an S3 data source.

Returns:



3504
3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3504

class DocumentIdentifier < Struct.new(
  :custom,
  :data_source_type,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end