Struct aws_sdk_s3::model::ReplicaModifications [−][src]
#[non_exhaustive]pub struct ReplicaModifications {
pub status: Option<ReplicaModificationsStatus>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.status: Option<ReplicaModificationsStatus>
Specifies whether Amazon S3 replicates modifications on replicas.
Implementations
Creates a new builder-style object to manufacture ReplicaModifications
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more