Struct rusoto_s3::ReplicationTimeValue [−][src]
Expand description
A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
Fields
minutes: Option<i64>Contains an integer specifying time in minutes.
Valid values: 15 minutes.
Trait Implementations
Returns the “default value” for a type. Read more
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 ReplicationTimeValue
impl Send for ReplicationTimeValue
impl Sync for ReplicationTimeValue
impl Unpin for ReplicationTimeValue
impl UnwindSafe for ReplicationTimeValue
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