Struct aws_sdk_macie2::model::S3ClassificationScope
source · #[non_exhaustive]pub struct S3ClassificationScope { /* private fields */ }
Expand description
Specifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
Implementations§
source§impl S3ClassificationScope
impl S3ClassificationScope
sourcepub fn excludes(&self) -> Option<&S3ClassificationScopeExclusion>
pub fn excludes(&self) -> Option<&S3ClassificationScopeExclusion>
The S3 buckets that are excluded.
source§impl S3ClassificationScope
impl S3ClassificationScope
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ClassificationScope
.
Trait Implementations§
source§impl Clone for S3ClassificationScope
impl Clone for S3ClassificationScope
source§fn clone(&self) -> S3ClassificationScope
fn clone(&self) -> S3ClassificationScope
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 S3ClassificationScope
impl Debug for S3ClassificationScope
source§impl PartialEq<S3ClassificationScope> for S3ClassificationScope
impl PartialEq<S3ClassificationScope> for S3ClassificationScope
source§fn eq(&self, other: &S3ClassificationScope) -> bool
fn eq(&self, other: &S3ClassificationScope) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.