Class: Aws::Kendra::Types::DocumentsMetadataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DocumentsMetadataConfiguration
- 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
-
#s3_prefix ⇒ String
A prefix used to filter metadata configuration files in the Amazon Web Services S3 bucket.
Instance Attribute Details
#s3_prefix ⇒ String
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.
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 |