Struct aws_sdk_macie2::model::CustomDetection
source · [−]#[non_exhaustive]pub struct CustomDetection { /* private fields */ }
Expand description
Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.
Implementations
sourceimpl CustomDetection
impl CustomDetection
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the custom data identifier.
sourcepub fn count(&self) -> i64
pub fn count(&self) -> i64
The total number of occurrences of the sensitive data that the custom data identifier detected.
sourcepub fn occurrences(&self) -> Option<&Occurrences>
pub fn occurrences(&self) -> Option<&Occurrences>
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
sourceimpl CustomDetection
impl CustomDetection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomDetection
.
Trait Implementations
sourceimpl Clone for CustomDetection
impl Clone for CustomDetection
sourcefn clone(&self) -> CustomDetection
fn clone(&self) -> CustomDetection
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 CustomDetection
impl Debug for CustomDetection
sourceimpl PartialEq<CustomDetection> for CustomDetection
impl PartialEq<CustomDetection> for CustomDetection
sourcefn eq(&self, other: &CustomDetection) -> bool
fn eq(&self, other: &CustomDetection) -> bool
impl StructuralPartialEq for CustomDetection
Auto Trait Implementations
impl RefUnwindSafe for CustomDetection
impl Send for CustomDetection
impl Sync for CustomDetection
impl Unpin for CustomDetection
impl UnwindSafe for CustomDetection
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