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