Struct rusoto_s3::NotificationConfigurationFilter [] [src]

pub struct NotificationConfigurationFilter {
    pub key: Option<S3KeyFilter>,
}

Container for object key name filtering rules. For information about key name filtering, go to Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

Fields

Trait Implementations

impl Default for NotificationConfigurationFilter
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for NotificationConfigurationFilter
[src]

[src]

Formats the value using the given formatter.