Struct aws_sdk_macie2::types::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§
source§impl 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.
source§impl MatchingResource
impl MatchingResource
sourcepub fn builder() -> MatchingResourceBuilder
pub fn builder() -> MatchingResourceBuilder
Creates a new builder-style object to manufacture MatchingResource
.
Trait Implementations§
source§impl Clone for MatchingResource
impl Clone for MatchingResource
source§fn clone(&self) -> MatchingResource
fn clone(&self) -> MatchingResource
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 MatchingResource
impl Debug for MatchingResource
source§impl PartialEq<MatchingResource> for MatchingResource
impl PartialEq<MatchingResource> for MatchingResource
source§fn eq(&self, other: &MatchingResource) -> bool
fn eq(&self, other: &MatchingResource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.