Struct aws_sdk_macie2::model::S3BucketOwner
source · #[non_exhaustive]pub struct S3BucketOwner { /* private fields */ }
Expand description
Provides information about the Amazon Web Services account that owns an S3 bucket.
Implementations§
source§impl S3BucketOwner
impl S3BucketOwner
source§impl S3BucketOwner
impl S3BucketOwner
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3BucketOwner
.
Trait Implementations§
source§impl Clone for S3BucketOwner
impl Clone for S3BucketOwner
source§fn clone(&self) -> S3BucketOwner
fn clone(&self) -> S3BucketOwner
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 S3BucketOwner
impl Debug for S3BucketOwner
source§impl PartialEq<S3BucketOwner> for S3BucketOwner
impl PartialEq<S3BucketOwner> for S3BucketOwner
source§fn eq(&self, other: &S3BucketOwner) -> bool
fn eq(&self, other: &S3BucketOwner) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.