Struct rusoto_s3::AnalyticsAndOperator [] [src]

pub struct AnalyticsAndOperator {
    pub prefix: Option<Prefix>,
    pub tags: Option<TagSet>,
}

Fields

The prefix to use when evaluating an AND predicate.

The list of tags to use when evaluating an AND predicate.

Trait Implementations

impl Default for AnalyticsAndOperator
[src]

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

impl Clone for AnalyticsAndOperator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnalyticsAndOperator
[src]

Formats the value using the given formatter.