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]

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

impl Clone for NotificationConfigurationFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NotificationConfigurationFilter
[src]

Formats the value using the given formatter.