Struct aws_sdk_macie2::model::DetectedDataDetails
source · #[non_exhaustive]pub struct DetectedDataDetails { /* private fields */ }
Expand description
Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.
Implementations§
source§impl DetectedDataDetails
impl DetectedDataDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectedDataDetails
.
Trait Implementations§
source§impl Clone for DetectedDataDetails
impl Clone for DetectedDataDetails
source§fn clone(&self) -> DetectedDataDetails
fn clone(&self) -> DetectedDataDetails
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 DetectedDataDetails
impl Debug for DetectedDataDetails
source§impl PartialEq<DetectedDataDetails> for DetectedDataDetails
impl PartialEq<DetectedDataDetails> for DetectedDataDetails
source§fn eq(&self, other: &DetectedDataDetails) -> bool
fn eq(&self, other: &DetectedDataDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.