Struct rusoto_s3::AnalyticsAndOperator [] [src]

pub struct AnalyticsAndOperator {
    pub prefix: Option<String>,
    pub tags: Option<Vec<Tag>>,
}

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]

[src]

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

impl Debug for AnalyticsAndOperator
[src]

[src]

Formats the value using the given formatter.