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
sourceimpl 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.
sourceimpl S3KeyFilter
impl S3KeyFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3KeyFilter
.
Trait Implementations
sourceimpl Clone for S3KeyFilter
impl Clone for S3KeyFilter
sourcefn clone(&self) -> S3KeyFilter
fn clone(&self) -> S3KeyFilter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for S3KeyFilter
impl Debug for S3KeyFilter
sourceimpl PartialEq<S3KeyFilter> for S3KeyFilter
impl PartialEq<S3KeyFilter> for S3KeyFilter
sourcefn eq(&self, other: &S3KeyFilter) -> bool
fn eq(&self, other: &S3KeyFilter) -> bool
impl StructuralPartialEq for S3KeyFilter
Auto Trait Implementations
impl RefUnwindSafe for S3KeyFilter
impl Send for S3KeyFilter
impl Sync for S3KeyFilter
impl Unpin for S3KeyFilter
impl UnwindSafe for S3KeyFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more