Struct aws_sdk_macie2::operation::get_resource_profile::builders::GetResourceProfileOutputBuilder
source · #[non_exhaustive]pub struct GetResourceProfileOutputBuilder { /* private fields */ }
Expand description
A builder for GetResourceProfileOutput
.
Implementations§
source§impl GetResourceProfileOutputBuilder
impl GetResourceProfileOutputBuilder
sourcepub fn profile_updated_at(self, input: DateTime) -> Self
pub fn profile_updated_at(self, input: DateTime) -> Self
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 set_profile_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_profile_updated_at(self, input: Option<DateTime>) -> Self
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 get_profile_updated_at(&self) -> &Option<DateTime>
pub fn get_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, input: i32) -> Self
pub fn sensitivity_score(self, input: i32) -> Self
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 set_sensitivity_score(self, input: Option<i32>) -> Self
pub fn set_sensitivity_score(self, input: Option<i32>) -> Self
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 get_sensitivity_score(&self) -> &Option<i32>
pub fn get_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, input: bool) -> Self
pub fn sensitivity_score_overridden(self, input: bool) -> Self
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 set_sensitivity_score_overridden(self, input: Option<bool>) -> Self
pub fn set_sensitivity_score_overridden(self, input: Option<bool>) -> Self
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 get_sensitivity_score_overridden(&self) -> &Option<bool>
pub fn get_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, input: ResourceStatistics) -> Self
pub fn statistics(self, input: ResourceStatistics) -> Self
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.
sourcepub fn set_statistics(self, input: Option<ResourceStatistics>) -> Self
pub fn set_statistics(self, input: Option<ResourceStatistics>) -> Self
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.
sourcepub fn get_statistics(&self) -> &Option<ResourceStatistics>
pub fn get_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.
sourcepub fn build(self) -> GetResourceProfileOutput
pub fn build(self) -> GetResourceProfileOutput
Consumes the builder and constructs a GetResourceProfileOutput
.
Trait Implementations§
source§impl Clone for GetResourceProfileOutputBuilder
impl Clone for GetResourceProfileOutputBuilder
source§fn clone(&self) -> GetResourceProfileOutputBuilder
fn clone(&self) -> GetResourceProfileOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetResourceProfileOutputBuilder
impl Default for GetResourceProfileOutputBuilder
source§fn default() -> GetResourceProfileOutputBuilder
fn default() -> GetResourceProfileOutputBuilder
source§impl PartialEq for GetResourceProfileOutputBuilder
impl PartialEq for GetResourceProfileOutputBuilder
source§fn eq(&self, other: &GetResourceProfileOutputBuilder) -> bool
fn eq(&self, other: &GetResourceProfileOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.