Struct aws_sdk_macie2::operation::update_sensitivity_inspection_template::UpdateSensitivityInspectionTemplateInput
source · #[non_exhaustive]pub struct UpdateSensitivityInspectionTemplateInput { /* private fields */ }
Implementations§
source§impl UpdateSensitivityInspectionTemplateInput
impl UpdateSensitivityInspectionTemplateInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A custom description of the template. The description can contain as many as 200 characters.
sourcepub fn excludes(&self) -> Option<&SensitivityInspectionTemplateExcludes>
pub fn excludes(&self) -> Option<&SensitivityInspectionTemplateExcludes>
The managed data identifiers to explicitly exclude (not use) when analyzing data.
To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn includes(&self) -> Option<&SensitivityInspectionTemplateIncludes>
pub fn includes(&self) -> Option<&SensitivityInspectionTemplateIncludes>
The allow lists, custom data identifiers, and managed data identifiers to include (use) when analyzing data.
source§impl UpdateSensitivityInspectionTemplateInput
impl UpdateSensitivityInspectionTemplateInput
sourcepub fn builder() -> UpdateSensitivityInspectionTemplateInputBuilder
pub fn builder() -> UpdateSensitivityInspectionTemplateInputBuilder
Creates a new builder-style object to manufacture UpdateSensitivityInspectionTemplateInput
.
source§impl UpdateSensitivityInspectionTemplateInput
impl UpdateSensitivityInspectionTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSensitivityInspectionTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateSensitivityInspectionTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSensitivityInspectionTemplate
>
Trait Implementations§
source§impl Clone for UpdateSensitivityInspectionTemplateInput
impl Clone for UpdateSensitivityInspectionTemplateInput
source§fn clone(&self) -> UpdateSensitivityInspectionTemplateInput
fn clone(&self) -> UpdateSensitivityInspectionTemplateInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<UpdateSensitivityInspectionTemplateInput> for UpdateSensitivityInspectionTemplateInput
impl PartialEq<UpdateSensitivityInspectionTemplateInput> for UpdateSensitivityInspectionTemplateInput
source§fn eq(&self, other: &UpdateSensitivityInspectionTemplateInput) -> bool
fn eq(&self, other: &UpdateSensitivityInspectionTemplateInput) -> bool
self
and other
values to be equal, and is used
by ==
.