Struct aws_sdk_macie2::operation::get_automated_discovery_configuration::GetAutomatedDiscoveryConfigurationOutput
source · #[non_exhaustive]pub struct GetAutomatedDiscoveryConfigurationOutput { /* private fields */ }
Implementations§
source§impl GetAutomatedDiscoveryConfigurationOutput
impl GetAutomatedDiscoveryConfigurationOutput
sourcepub fn classification_scope_id(&self) -> Option<&str>
pub fn classification_scope_id(&self) -> Option<&str>
The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account. The classification scope specifies S3 buckets to exclude from automated sensitive data discovery.
sourcepub fn disabled_at(&self) -> Option<&DateTime>
pub fn disabled_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled for the account. This value is null if automated sensitive data discovery wasn't enabled and subsequently disabled for the account.
sourcepub fn first_enabled_at(&self) -> Option<&DateTime>
pub fn first_enabled_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account. This value is null if automated sensitive data discovery has never been enabled for the account.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently enabled or disabled for the account.
sourcepub fn sensitivity_inspection_template_id(&self) -> Option<&str>
pub fn sensitivity_inspection_template_id(&self) -> Option<&str>
The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.
sourcepub fn status(&self) -> Option<&AutomatedDiscoveryStatus>
pub fn status(&self) -> Option<&AutomatedDiscoveryStatus>
The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
source§impl GetAutomatedDiscoveryConfigurationOutput
impl GetAutomatedDiscoveryConfigurationOutput
sourcepub fn builder() -> GetAutomatedDiscoveryConfigurationOutputBuilder
pub fn builder() -> GetAutomatedDiscoveryConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetAutomatedDiscoveryConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetAutomatedDiscoveryConfigurationOutput
impl Clone for GetAutomatedDiscoveryConfigurationOutput
source§fn clone(&self) -> GetAutomatedDiscoveryConfigurationOutput
fn clone(&self) -> GetAutomatedDiscoveryConfigurationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<GetAutomatedDiscoveryConfigurationOutput> for GetAutomatedDiscoveryConfigurationOutput
impl PartialEq<GetAutomatedDiscoveryConfigurationOutput> for GetAutomatedDiscoveryConfigurationOutput
source§fn eq(&self, other: &GetAutomatedDiscoveryConfigurationOutput) -> bool
fn eq(&self, other: &GetAutomatedDiscoveryConfigurationOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetAutomatedDiscoveryConfigurationOutput
impl RequestId for GetAutomatedDiscoveryConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.