#[non_exhaustive]pub struct UpdateAutomatedDiscoveryConfigurationInput { /* private fields */ }
Implementations§
source§impl UpdateAutomatedDiscoveryConfigurationInput
impl UpdateAutomatedDiscoveryConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAutomatedDiscoveryConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAutomatedDiscoveryConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAutomatedDiscoveryConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAutomatedDiscoveryConfigurationInput
.
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.
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 ==
.