Struct aws_sdk_macie2::model::MatchingResource
source · [−]#[non_exhaustive]pub struct MatchingResource { /* private fields */ }
Expand description
Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.
Implementations
sourceimpl MatchingResource
impl MatchingResource
sourcepub fn matching_bucket(&self) -> Option<&MatchingBucket>
pub fn matching_bucket(&self) -> Option<&MatchingBucket>
The details of an S3 bucket that Amazon Macie monitors and analyzes.
sourceimpl MatchingResource
impl MatchingResource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MatchingResource
.
Trait Implementations
sourceimpl Clone for MatchingResource
impl Clone for MatchingResource
sourcefn clone(&self) -> MatchingResource
fn clone(&self) -> MatchingResource
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 MatchingResource
impl Debug for MatchingResource
sourceimpl PartialEq<MatchingResource> for MatchingResource
impl PartialEq<MatchingResource> for MatchingResource
sourcefn eq(&self, other: &MatchingResource) -> bool
fn eq(&self, other: &MatchingResource) -> bool
impl StructuralPartialEq for MatchingResource
Auto Trait Implementations
impl RefUnwindSafe for MatchingResource
impl Send for MatchingResource
impl Sync for MatchingResource
impl Unpin for MatchingResource
impl UnwindSafe for MatchingResource
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