Struct aws_sdk_s3::model::ReplicationTime [−][src]
#[non_exhaustive]pub struct ReplicationTime {
pub status: Option<ReplicationTimeStatus>,
pub time: Option<ReplicationTimeValue>,
}
Expand description
A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is
enabled and the time when all objects and operations on objects must be replicated. Must be
specified together with a Metrics
block.
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<ReplicationTimeStatus>
Specifies whether the replication time is enabled.
time: Option<ReplicationTimeValue>
A container specifying the time by which replication should be complete for all objects and operations on objects.
Implementations
Creates a new builder-style object to manufacture ReplicationTime
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 ReplicationTime
impl Send for ReplicationTime
impl Sync for ReplicationTime
impl Unpin for ReplicationTime
impl UnwindSafe for ReplicationTime
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