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§
source§impl 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.
source§impl S3WordsList
impl S3WordsList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3WordsList
.
Trait Implementations§
source§impl Clone for S3WordsList
impl Clone for S3WordsList
source§fn clone(&self) -> S3WordsList
fn clone(&self) -> S3WordsList
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 S3WordsList
impl Debug for S3WordsList
source§impl PartialEq<S3WordsList> for S3WordsList
impl PartialEq<S3WordsList> for S3WordsList
source§fn eq(&self, other: &S3WordsList) -> bool
fn eq(&self, other: &S3WordsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.