#[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
sourcefn clone(&self) -> BucketCountBySharedAccessType
fn clone(&self) -> BucketCountBySharedAccessType
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 moresourcefn eq(&self, other: &BucketCountBySharedAccessType) -> bool
fn eq(&self, other: &BucketCountBySharedAccessType) -> bool
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more