Class: Aws::Kendra::Types::DocumentsMetadataConfiguration

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

Overview

Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_prefixString

A prefix used to filter metadata configuration files in the Amazon Web Services S3 bucket. The S3 bucket might contain multiple metadata files. Use ‘S3Prefix` to include only the desired metadata files.

Returns:

  • (String)


4817
4818
4819
4820
4821
# File 'lib/aws-sdk-kendra/types.rb', line 4817

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