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
sourceimpl 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.
sourceimpl DefaultDetection
impl DefaultDetection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefaultDetection
.
Trait Implementations
sourceimpl Clone for DefaultDetection
impl Clone for DefaultDetection
sourcefn clone(&self) -> DefaultDetection
fn clone(&self) -> DefaultDetection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DefaultDetection
impl Debug for DefaultDetection
sourceimpl PartialEq<DefaultDetection> for DefaultDetection
impl PartialEq<DefaultDetection> for DefaultDetection
sourcefn eq(&self, other: &DefaultDetection) -> bool
fn eq(&self, other: &DefaultDetection) -> bool
impl StructuralPartialEq for DefaultDetection
Auto Trait Implementations
impl RefUnwindSafe for DefaultDetection
impl Send for DefaultDetection
impl Sync for DefaultDetection
impl Unpin for DefaultDetection
impl UnwindSafe for DefaultDetection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more