You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DocumentsMetadataConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_prefix: "S3ObjectKey",
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_prefixString

A prefix used to filter metadata configuration files in the AWS S3 bucket. The S3 bucket might contain multiple metadata files. Use S3Prefix to include only the desired metadata files.

Returns:

  • (String)

    A prefix used to filter metadata configuration files in the AWS S3 bucket.