Struct aws_sdk_macie2::model::ClassificationScopeSummary
source · #[non_exhaustive]pub struct ClassificationScopeSummary { /* private fields */ }
Expand description
Provides information about the classification scope for an Amazon Macie account. Macie uses the scope's settings when it performs automated sensitive data discovery for the account.
Implementations§
source§impl ClassificationScopeSummary
impl ClassificationScopeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClassificationScopeSummary
.
Trait Implementations§
source§impl Clone for ClassificationScopeSummary
impl Clone for ClassificationScopeSummary
source§fn clone(&self) -> ClassificationScopeSummary
fn clone(&self) -> ClassificationScopeSummary
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 ClassificationScopeSummary
impl Debug for ClassificationScopeSummary
source§impl PartialEq<ClassificationScopeSummary> for ClassificationScopeSummary
impl PartialEq<ClassificationScopeSummary> for ClassificationScopeSummary
source§fn eq(&self, other: &ClassificationScopeSummary) -> bool
fn eq(&self, other: &ClassificationScopeSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.