Struct aws_sdk_macie2::model::CustomDataIdentifiers
source · #[non_exhaustive]pub struct CustomDataIdentifiers { /* private fields */ }
Expand description
Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.
Implementations§
source§impl CustomDataIdentifiers
impl CustomDataIdentifiers
sourcepub fn detections(&self) -> Option<&[CustomDetection]>
pub fn detections(&self) -> Option<&[CustomDetection]>
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
sourcepub fn total_count(&self) -> i64
pub fn total_count(&self) -> i64
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
source§impl CustomDataIdentifiers
impl CustomDataIdentifiers
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomDataIdentifiers
.
Trait Implementations§
source§impl Clone for CustomDataIdentifiers
impl Clone for CustomDataIdentifiers
source§fn clone(&self) -> CustomDataIdentifiers
fn clone(&self) -> CustomDataIdentifiers
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 CustomDataIdentifiers
impl Debug for CustomDataIdentifiers
source§impl PartialEq<CustomDataIdentifiers> for CustomDataIdentifiers
impl PartialEq<CustomDataIdentifiers> for CustomDataIdentifiers
source§fn eq(&self, other: &CustomDataIdentifiers) -> bool
fn eq(&self, other: &CustomDataIdentifiers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.