#[non_exhaustive]pub struct BucketCountBySharedAccessType { /* private fields */ }
Expand description
Provides information about the number of S3 buckets that are or aren't shared with other Amazon Web Services accounts.
Implementations§
sourcepub fn external(&self) -> i64
pub fn external(&self) -> i64
The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization.
sourcepub fn internal(&self) -> i64
pub fn internal(&self) -> i64
The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon Macie organization.
The total number of buckets that aren't shared with other Amazon Web Services accounts.
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BucketCountBySharedAccessType
.
Trait Implementations§
source§fn clone(&self) -> BucketCountBySharedAccessType
fn clone(&self) -> BucketCountBySharedAccessType
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§fn eq(&self, other: &BucketCountBySharedAccessType) -> bool
fn eq(&self, other: &BucketCountBySharedAccessType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.