Struct rusoto_s3::S3KeyFilter [] [src]

pub struct S3KeyFilter {
    pub filter_rules: Option<FilterRuleList>,
}

Container for object key name prefix and suffix filtering rules.

Fields

Trait Implementations

impl Default for S3KeyFilter
[src]

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

impl Clone for S3KeyFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for S3KeyFilter
[src]

Formats the value using the given formatter.