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
sourceimpl 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.
sourceimpl CustomDataIdentifiers
impl CustomDataIdentifiers
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomDataIdentifiers
.
Trait Implementations
sourceimpl Clone for CustomDataIdentifiers
impl Clone for CustomDataIdentifiers
sourcefn clone(&self) -> CustomDataIdentifiers
fn clone(&self) -> CustomDataIdentifiers
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 CustomDataIdentifiers
impl Debug for CustomDataIdentifiers
sourceimpl PartialEq<CustomDataIdentifiers> for CustomDataIdentifiers
impl PartialEq<CustomDataIdentifiers> for CustomDataIdentifiers
sourcefn eq(&self, other: &CustomDataIdentifiers) -> bool
fn eq(&self, other: &CustomDataIdentifiers) -> bool
impl StructuralPartialEq for CustomDataIdentifiers
Auto Trait Implementations
impl RefUnwindSafe for CustomDataIdentifiers
impl Send for CustomDataIdentifiers
impl Sync for CustomDataIdentifiers
impl Unpin for CustomDataIdentifiers
impl UnwindSafe for CustomDataIdentifiers
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