Struct aws_sdk_macie2::model::DefaultDetection [−][src]
#[non_exhaustive]pub struct DefaultDetection {
pub count: i64,
pub occurrences: Option<Occurrences>,
pub type: Option<String>,
}
Expand description
Provides information about a type of sensitive data that was detected by a managed data identifier and produced a sensitive data 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.count: i64
The total number of occurrences of the type of sensitive data that was detected.
occurrences: 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.
type: Option<String>
The type of sensitive data that was detected. For example, AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.
Implementations
The total number of occurrences of the type of sensitive data that was detected.
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.
Creates a new builder-style object to manufacture DefaultDetection
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 DefaultDetection
impl Send for DefaultDetection
impl Sync for DefaultDetection
impl Unpin for DefaultDetection
impl UnwindSafe for DefaultDetection
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