Struct aws_sdk_securityhub::model::SensitiveDataResult
source · #[non_exhaustive]pub struct SensitiveDataResult { /* private fields */ }
Expand description
Contains a detected instance of sensitive data that are based on built-in identifiers.
Implementations§
source§impl SensitiveDataResult
impl SensitiveDataResult
sourcepub fn category(&self) -> Option<&str>
pub fn category(&self) -> Option<&str>
The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.
sourcepub fn detections(&self) -> Option<&[SensitiveDataDetections]>
pub fn detections(&self) -> Option<&[SensitiveDataDetections]>
The list of detected instances of sensitive data.
sourcepub fn total_count(&self) -> i64
pub fn total_count(&self) -> i64
The total number of occurrences of sensitive data.
source§impl SensitiveDataResult
impl SensitiveDataResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SensitiveDataResult
.
Trait Implementations§
source§impl Clone for SensitiveDataResult
impl Clone for SensitiveDataResult
source§fn clone(&self) -> SensitiveDataResult
fn clone(&self) -> SensitiveDataResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SensitiveDataResult
impl Debug for SensitiveDataResult
source§impl PartialEq<SensitiveDataResult> for SensitiveDataResult
impl PartialEq<SensitiveDataResult> for SensitiveDataResult
source§fn eq(&self, other: &SensitiveDataResult) -> bool
fn eq(&self, other: &SensitiveDataResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.