Struct aws_sdk_macie2::types::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) -> Option<i64>
pub fn count(&self) -> Option<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() -> DefaultDetectionBuilder
pub fn builder() -> DefaultDetectionBuilder
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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more