Struct aws_sdk_s3::model::ReplicaModifications
source · [−]#[non_exhaustive]pub struct ReplicaModifications { /* private fields */ }
Expand description
A filter that you can specify for selection for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when Filter
is specified), you can specify this element and set the status to Enabled
to replicate modifications on replicas.
If you don't specify the Filter
element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed.
Implementations
sourceimpl ReplicaModifications
impl ReplicaModifications
sourcepub fn status(&self) -> Option<&ReplicaModificationsStatus>
pub fn status(&self) -> Option<&ReplicaModificationsStatus>
Specifies whether Amazon S3 replicates modifications on replicas.
sourceimpl ReplicaModifications
impl ReplicaModifications
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicaModifications
.
Trait Implementations
sourceimpl Clone for ReplicaModifications
impl Clone for ReplicaModifications
sourcefn clone(&self) -> ReplicaModifications
fn clone(&self) -> ReplicaModifications
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 ReplicaModifications
impl Debug for ReplicaModifications
sourceimpl PartialEq<ReplicaModifications> for ReplicaModifications
impl PartialEq<ReplicaModifications> for ReplicaModifications
sourcefn eq(&self, other: &ReplicaModifications) -> bool
fn eq(&self, other: &ReplicaModifications) -> bool
impl StructuralPartialEq for ReplicaModifications
Auto Trait Implementations
impl RefUnwindSafe for ReplicaModifications
impl Send for ReplicaModifications
impl Sync for ReplicaModifications
impl Unpin for ReplicaModifications
impl UnwindSafe for ReplicaModifications
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