Struct rusoto_s3::S3KeyFilter [] [src]

pub struct S3KeyFilter {
    pub filter_rules: Option<Vec<FilterRule>>,
}

Container for object key name prefix and suffix filtering rules.

Fields

Trait Implementations

impl Default for S3KeyFilter
[src]

[src]

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

impl Debug for S3KeyFilter
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for S3KeyFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for S3KeyFilter

impl Sync for S3KeyFilter