Struct aws_sdk_macie2::model::ReplicationDetails
source · [−]#[non_exhaustive]pub struct ReplicationDetails { /* private fields */ }
Expand description
Provides information about settings that define whether one or more objects in an S3 bucket are replicated to S3 buckets for other Amazon Web Services accounts and, if so, which accounts.
Implementations
sourceimpl ReplicationDetails
impl ReplicationDetails
sourcepub fn replicated(&self) -> bool
pub fn replicated(&self) -> bool
Specifies whether the bucket is configured to replicate one or more objects to any destination.
sourcepub fn replicated_externally(&self) -> bool
pub fn replicated_externally(&self) -> bool
Specifies whether the bucket is configured to replicate one or more objects to an Amazon Web Services account that isn't part of the same Amazon Macie organization.
sourcepub fn replication_accounts(&self) -> Option<&[String]>
pub fn replication_accounts(&self) -> Option<&[String]>
An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket is configured to replicate one or more objects to.
sourceimpl ReplicationDetails
impl ReplicationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicationDetails
.
Trait Implementations
sourceimpl Clone for ReplicationDetails
impl Clone for ReplicationDetails
sourcefn clone(&self) -> ReplicationDetails
fn clone(&self) -> ReplicationDetails
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 moresourceimpl Debug for ReplicationDetails
impl Debug for ReplicationDetails
sourceimpl PartialEq<ReplicationDetails> for ReplicationDetails
impl PartialEq<ReplicationDetails> for ReplicationDetails
sourcefn eq(&self, other: &ReplicationDetails) -> bool
fn eq(&self, other: &ReplicationDetails) -> bool
impl StructuralPartialEq for ReplicationDetails
Auto Trait Implementations
impl RefUnwindSafe for ReplicationDetails
impl Send for ReplicationDetails
impl Sync for ReplicationDetails
impl Unpin for ReplicationDetails
impl UnwindSafe for ReplicationDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more