Struct rusoto_s3::MetricsConfiguration [] [src]

pub struct MetricsConfiguration {
    pub filter: Option<MetricsFilter>,
    pub id: MetricsId,
}

Fields

Specifies a metrics configuration filter. The metrics configuration will only include objects that meet the filter's criteria. A filter must be a prefix, a tag, or a conjunction (MetricsAndOperator).

The ID used to identify the metrics configuration.

Trait Implementations

impl Default for MetricsConfiguration
[src]

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

impl Clone for MetricsConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetricsConfiguration
[src]

Formats the value using the given formatter.