#[non_exhaustive]pub struct GetResourceProfileOutput {
pub profile_updated_at: Option<DateTime>,
pub sensitivity_score: Option<i32>,
pub sensitivity_score_overridden: Option<bool>,
pub statistics: Option<ResourceStatistics>,
/* private fields */
}
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.profile_updated_at: Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.
sensitivity_score: Option<i32>
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.
sensitivity_score_overridden: Option<bool>
Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.
statistics: Option<ResourceStatistics>
The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.
Implementations§
source§impl GetResourceProfileOutput
impl GetResourceProfileOutput
sourcepub fn profile_updated_at(&self) -> Option<&DateTime>
pub fn profile_updated_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.
sourcepub fn sensitivity_score(&self) -> Option<i32>
pub fn sensitivity_score(&self) -> Option<i32>
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.
sourcepub fn sensitivity_score_overridden(&self) -> Option<bool>
pub fn sensitivity_score_overridden(&self) -> Option<bool>
Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.
sourcepub fn statistics(&self) -> Option<&ResourceStatistics>
pub fn statistics(&self) -> Option<&ResourceStatistics>
The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.
source§impl GetResourceProfileOutput
impl GetResourceProfileOutput
sourcepub fn builder() -> GetResourceProfileOutputBuilder
pub fn builder() -> GetResourceProfileOutputBuilder
Creates a new builder-style object to manufacture GetResourceProfileOutput
.
Trait Implementations§
source§impl Clone for GetResourceProfileOutput
impl Clone for GetResourceProfileOutput
source§fn clone(&self) -> GetResourceProfileOutput
fn clone(&self) -> GetResourceProfileOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetResourceProfileOutput
impl Debug for GetResourceProfileOutput
source§impl PartialEq for GetResourceProfileOutput
impl PartialEq for GetResourceProfileOutput
source§fn eq(&self, other: &GetResourceProfileOutput) -> bool
fn eq(&self, other: &GetResourceProfileOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetResourceProfileOutput
impl RequestId for GetResourceProfileOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.