Struct rusoto_s3::FilterRule [] [src]

pub struct FilterRule {
    pub name: Option<FilterRuleName>,
    pub value: Option<FilterRuleValue>,
}

Container for key value pair that defines the criteria for the filter rule.

Fields

Object key name prefix or suffix identifying one or more objects to which the filtering rule applies. Maximum prefix length can be up to 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, go to Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

Trait Implementations

impl Default for FilterRule
[src]

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

impl Clone for FilterRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterRule
[src]

Formats the value using the given formatter.