#[non_exhaustive]pub struct SensitivityInspectionTemplateExcludes { /* private fields */ }
Expand description
Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery for an Amazon Macie account. For information about the managed data identifiers that Amazon Macie currently provides, see Using managed data identifiers in the Amazon Macie User Guide.
Implementations§
source§impl SensitivityInspectionTemplateExcludes
impl SensitivityInspectionTemplateExcludes
sourcepub fn managed_data_identifier_ids(&self) -> Option<&[String]>
pub fn managed_data_identifier_ids(&self) -> Option<&[String]>
An array of unique identifiers, one for each managed data identifier to exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers operation.
source§impl SensitivityInspectionTemplateExcludes
impl SensitivityInspectionTemplateExcludes
sourcepub fn builder() -> SensitivityInspectionTemplateExcludesBuilder
pub fn builder() -> SensitivityInspectionTemplateExcludesBuilder
Creates a new builder-style object to manufacture SensitivityInspectionTemplateExcludes
.
Trait Implementations§
source§impl Clone for SensitivityInspectionTemplateExcludes
impl Clone for SensitivityInspectionTemplateExcludes
source§fn clone(&self) -> SensitivityInspectionTemplateExcludes
fn clone(&self) -> SensitivityInspectionTemplateExcludes
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<SensitivityInspectionTemplateExcludes> for SensitivityInspectionTemplateExcludes
impl PartialEq<SensitivityInspectionTemplateExcludes> for SensitivityInspectionTemplateExcludes
source§fn eq(&self, other: &SensitivityInspectionTemplateExcludes) -> bool
fn eq(&self, other: &SensitivityInspectionTemplateExcludes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.