#[non_exhaustive]pub struct S3ClassificationScopeExclusion { /* private fields */ }
Expand description
Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.
Implementations§
source§impl S3ClassificationScopeExclusion
impl S3ClassificationScopeExclusion
sourcepub fn bucket_names(&self) -> Option<&[String]>
pub fn bucket_names(&self) -> Option<&[String]>
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
source§impl S3ClassificationScopeExclusion
impl S3ClassificationScopeExclusion
sourcepub fn builder() -> S3ClassificationScopeExclusionBuilder
pub fn builder() -> S3ClassificationScopeExclusionBuilder
Creates a new builder-style object to manufacture S3ClassificationScopeExclusion
.
Trait Implementations§
source§impl Clone for S3ClassificationScopeExclusion
impl Clone for S3ClassificationScopeExclusion
source§fn clone(&self) -> S3ClassificationScopeExclusion
fn clone(&self) -> S3ClassificationScopeExclusion
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<S3ClassificationScopeExclusion> for S3ClassificationScopeExclusion
impl PartialEq<S3ClassificationScopeExclusion> for S3ClassificationScopeExclusion
source§fn eq(&self, other: &S3ClassificationScopeExclusion) -> bool
fn eq(&self, other: &S3ClassificationScopeExclusion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.