Struct aws_sdk_macie2::types::MatchingResource
source · #[non_exhaustive]pub struct MatchingResource {
pub matching_bucket: Option<MatchingBucket>,
}
Expand description
Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.matching_bucket: Option<MatchingBucket>
The details of an S3 bucket that Amazon Macie monitors and analyzes.
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 for MatchingResource
impl PartialEq 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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.