Struct aws_sdk_macie2::model::CustomDataIdentifiers
source · [−]#[non_exhaustive]pub struct CustomDataIdentifiers {
pub detections: Option<Vec<CustomDetection>>,
pub total_count: i64,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.detections: Option<Vec<CustomDetection>>
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
total_count: i64
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
Implementations
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
Creates a new builder-style object to manufacture CustomDataIdentifiers
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more