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