Struct aws_sdk_s3::model::S3KeyFilter
source · #[non_exhaustive]pub struct S3KeyFilter { /* private fields */ }
Expand description
A container for object key name prefix and suffix filtering rules.
Implementations§
source§impl S3KeyFilter
impl S3KeyFilter
sourcepub fn filter_rules(&self) -> Option<&[FilterRule]>
pub fn filter_rules(&self) -> Option<&[FilterRule]>
A list of containers for the key-value pair that defines the criteria for the filter rule.
source§impl S3KeyFilter
impl S3KeyFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3KeyFilter
.
Trait Implementations§
source§impl Clone for S3KeyFilter
impl Clone for S3KeyFilter
source§fn clone(&self) -> S3KeyFilter
fn clone(&self) -> S3KeyFilter
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 S3KeyFilter
impl Debug for S3KeyFilter
source§impl PartialEq<S3KeyFilter> for S3KeyFilter
impl PartialEq<S3KeyFilter> for S3KeyFilter
source§fn eq(&self, other: &S3KeyFilter) -> bool
fn eq(&self, other: &S3KeyFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.