Struct aws_sdk_macie2::model::SensitiveDataItem
source · [−]#[non_exhaustive]pub struct SensitiveDataItem { /* private fields */ }
Expand description
Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.
Implementations
sourceimpl SensitiveDataItem
impl SensitiveDataItem
sourcepub fn category(&self) -> Option<&SensitiveDataItemCategory>
pub fn category(&self) -> Option<&SensitiveDataItemCategory>
The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
sourcepub fn detections(&self) -> Option<&[DefaultDetection]>
pub fn detections(&self) -> Option<&[DefaultDetection]>
An array of objects, one for each type of sensitive data that was detected. Each object reports the number of occurrences of a specific type of sensitive data that was detected, and the location of up to 15 of those occurrences.
sourcepub fn total_count(&self) -> i64
pub fn total_count(&self) -> i64
The total number of occurrences of the sensitive data that was detected.
sourceimpl SensitiveDataItem
impl SensitiveDataItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SensitiveDataItem
.
Trait Implementations
sourceimpl Clone for SensitiveDataItem
impl Clone for SensitiveDataItem
sourcefn clone(&self) -> SensitiveDataItem
fn clone(&self) -> SensitiveDataItem
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more