Struct aws_sdk_macie2::operation::update_automated_discovery_configuration::UpdateAutomatedDiscoveryConfigurationInput
source · #[non_exhaustive]pub struct UpdateAutomatedDiscoveryConfigurationInput {
pub status: Option<AutomatedDiscoveryStatus>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.status: Option<AutomatedDiscoveryStatus>
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.
When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
Implementations§
source§impl UpdateAutomatedDiscoveryConfigurationInput
impl UpdateAutomatedDiscoveryConfigurationInput
sourcepub fn status(&self) -> Option<&AutomatedDiscoveryStatus>
pub fn status(&self) -> Option<&AutomatedDiscoveryStatus>
The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.
When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.
source§impl UpdateAutomatedDiscoveryConfigurationInput
impl UpdateAutomatedDiscoveryConfigurationInput
sourcepub fn builder() -> UpdateAutomatedDiscoveryConfigurationInputBuilder
pub fn builder() -> UpdateAutomatedDiscoveryConfigurationInputBuilder
Creates a new builder-style object to manufacture UpdateAutomatedDiscoveryConfigurationInput
.
Trait Implementations§
source§impl Clone for UpdateAutomatedDiscoveryConfigurationInput
impl Clone for UpdateAutomatedDiscoveryConfigurationInput
source§fn clone(&self) -> UpdateAutomatedDiscoveryConfigurationInput
fn clone(&self) -> UpdateAutomatedDiscoveryConfigurationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<UpdateAutomatedDiscoveryConfigurationInput> for UpdateAutomatedDiscoveryConfigurationInput
impl PartialEq<UpdateAutomatedDiscoveryConfigurationInput> for UpdateAutomatedDiscoveryConfigurationInput
source§fn eq(&self, other: &UpdateAutomatedDiscoveryConfigurationInput) -> bool
fn eq(&self, other: &UpdateAutomatedDiscoveryConfigurationInput) -> bool
self
and other
values to be equal, and is used
by ==
.