Struct aws_sdk_s3::types::IntelligentTieringAndOperator
source · #[non_exhaustive]pub struct IntelligentTieringAndOperator { /* private fields */ }
Expand description
A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.
Implementations§
source§impl IntelligentTieringAndOperator
impl IntelligentTieringAndOperator
sourcepub fn builder() -> IntelligentTieringAndOperatorBuilder
pub fn builder() -> IntelligentTieringAndOperatorBuilder
Creates a new builder-style object to manufacture IntelligentTieringAndOperator
.
Trait Implementations§
source§impl Clone for IntelligentTieringAndOperator
impl Clone for IntelligentTieringAndOperator
source§fn clone(&self) -> IntelligentTieringAndOperator
fn clone(&self) -> IntelligentTieringAndOperator
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 PartialEq<IntelligentTieringAndOperator> for IntelligentTieringAndOperator
impl PartialEq<IntelligentTieringAndOperator> for IntelligentTieringAndOperator
source§fn eq(&self, other: &IntelligentTieringAndOperator) -> bool
fn eq(&self, other: &IntelligentTieringAndOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.