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