#[non_exhaustive]pub struct GetSensitivityInspectionTemplateOutput { /* private fields */ }
Implementations§
source§impl GetSensitivityInspectionTemplateOutput
impl GetSensitivityInspectionTemplateOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The custom description of the template.
sourcepub fn excludes(&self) -> Option<&SensitivityInspectionTemplateExcludes>
pub fn excludes(&self) -> Option<&SensitivityInspectionTemplateExcludes>
The managed data identifiers that are explicitly excluded (not used) when analyzing data.
sourcepub fn includes(&self) -> Option<&SensitivityInspectionTemplateIncludes>
pub fn includes(&self) -> Option<&SensitivityInspectionTemplateIncludes>
The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data.
sourcepub fn sensitivity_inspection_template_id(&self) -> Option<&str>
pub fn sensitivity_inspection_template_id(&self) -> Option<&str>
The unique identifier for the template.
source§impl GetSensitivityInspectionTemplateOutput
impl GetSensitivityInspectionTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSensitivityInspectionTemplateOutput
.
Trait Implementations§
source§impl Clone for GetSensitivityInspectionTemplateOutput
impl Clone for GetSensitivityInspectionTemplateOutput
source§fn clone(&self) -> GetSensitivityInspectionTemplateOutput
fn clone(&self) -> GetSensitivityInspectionTemplateOutput
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<GetSensitivityInspectionTemplateOutput> for GetSensitivityInspectionTemplateOutput
impl PartialEq<GetSensitivityInspectionTemplateOutput> for GetSensitivityInspectionTemplateOutput
source§fn eq(&self, other: &GetSensitivityInspectionTemplateOutput) -> bool
fn eq(&self, other: &GetSensitivityInspectionTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.