Struct rusoto_s3::DeleteMarkerReplication [−][src]
Specifies whether Amazon S3 replicates the delete markers. If you specify a Filter
, you must specify this element. However, in the latest version of replication configuration (when Filter
is specified), Amazon S3 doesn't replicate delete markers. Therefore, the DeleteMarkerReplication
element can contain only <Status>Disabled</Status>. For an example configuration, see Basic Rule Configuration.
If you don't specify the Filter
element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, Amazon S3 handled replication of delete markers differently. For more information, see Backward Compatibility.
Fields
status: Option<String>
Indicates whether to replicate delete markers.
In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be Disabled
.
Trait Implementations
impl Clone for DeleteMarkerReplication
[src]
fn clone(&self) -> DeleteMarkerReplication
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for DeleteMarkerReplication
[src]
impl Default for DeleteMarkerReplication
[src]
fn default() -> DeleteMarkerReplication
[src]
impl PartialEq<DeleteMarkerReplication> for DeleteMarkerReplication
[src]
fn eq(&self, other: &DeleteMarkerReplication) -> bool
[src]
fn ne(&self, other: &DeleteMarkerReplication) -> bool
[src]
impl StructuralPartialEq for DeleteMarkerReplication
[src]
Auto Trait Implementations
impl RefUnwindSafe for DeleteMarkerReplication
impl Send for DeleteMarkerReplication
impl Sync for DeleteMarkerReplication
impl Unpin for DeleteMarkerReplication
impl UnwindSafe for DeleteMarkerReplication
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,