[][src]Struct rusoto_kendra::DocumentsMetadataConfiguration

pub struct DocumentsMetadataConfiguration {
    pub s3_prefix: Option<String>,
}

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.

Fields

s3_prefix: Option<String>

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.

Trait Implementations

impl Clone for DocumentsMetadataConfiguration[src]

impl Debug for DocumentsMetadataConfiguration[src]

impl Default for DocumentsMetadataConfiguration[src]

impl<'de> Deserialize<'de> for DocumentsMetadataConfiguration[src]

impl PartialEq<DocumentsMetadataConfiguration> for DocumentsMetadataConfiguration[src]

impl Serialize for DocumentsMetadataConfiguration[src]

impl StructuralPartialEq for DocumentsMetadataConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.