Struct aws_sdk_s3::model::ReplicationRuleAndOperator
source · #[non_exhaustive]pub struct ReplicationRuleAndOperator { /* private fields */ }Expand description
A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.
For example:
-
If you specify both a
Prefixand aTagfilter, wrap these filters in anAndtag. -
If you specify a filter based on multiple tags, wrap the
Tagelements in anAndtag.
Implementations§
source§impl ReplicationRuleAndOperator
impl ReplicationRuleAndOperator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicationRuleAndOperator.
Trait Implementations§
source§impl Clone for ReplicationRuleAndOperator
impl Clone for ReplicationRuleAndOperator
source§fn clone(&self) -> ReplicationRuleAndOperator
fn clone(&self) -> ReplicationRuleAndOperator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ReplicationRuleAndOperator
impl Debug for ReplicationRuleAndOperator
source§impl PartialEq<ReplicationRuleAndOperator> for ReplicationRuleAndOperator
impl PartialEq<ReplicationRuleAndOperator> for ReplicationRuleAndOperator
source§fn eq(&self, other: &ReplicationRuleAndOperator) -> bool
fn eq(&self, other: &ReplicationRuleAndOperator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.