Struct rusoto_s3::MetricsFilter [] [src]

pub struct MetricsFilter {
    pub and: Option<MetricsAndOperator>,
    pub prefix: Option<Prefix>,
    pub tag: Option<Tag>,
}

Fields

A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.

The prefix used when evaluating a metrics filter.

The tag used when evaluating a metrics filter.

Trait Implementations

impl Default for MetricsFilter
[src]

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

impl Clone for MetricsFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetricsFilter
[src]

Formats the value using the given formatter.