Struct aws_sdk_macie2::model::S3WordsList
source · [−]#[non_exhaustive]pub struct S3WordsList { /* private fields */ }
Expand description
Provides information about an S3 object that lists specific text to ignore.
Implementations
sourceimpl S3WordsList
impl S3WordsList
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
The full name of the S3 bucket that contains the object.
sourcepub fn object_key(&self) -> Option<&str>
pub fn object_key(&self) -> Option<&str>
The full name (key) of the object.
sourceimpl S3WordsList
impl S3WordsList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3WordsList
.
Trait Implementations
sourceimpl Clone for S3WordsList
impl Clone for S3WordsList
sourcefn clone(&self) -> S3WordsList
fn clone(&self) -> S3WordsList
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 S3WordsList
impl Debug for S3WordsList
sourceimpl PartialEq<S3WordsList> for S3WordsList
impl PartialEq<S3WordsList> for S3WordsList
sourcefn eq(&self, other: &S3WordsList) -> bool
fn eq(&self, other: &S3WordsList) -> bool
impl StructuralPartialEq for S3WordsList
Auto Trait Implementations
impl RefUnwindSafe for S3WordsList
impl Send for S3WordsList
impl Sync for S3WordsList
impl Unpin for S3WordsList
impl UnwindSafe for S3WordsList
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