Struct aws_sdk_s3::model::Metrics
source · [−]#[non_exhaustive]pub struct Metrics { /* private fields */ }
Expand description
A container specifying replication metrics-related settings enabling replication metrics and events.
Implementations
sourceimpl Metrics
impl Metrics
sourcepub fn status(&self) -> Option<&MetricsStatus>
pub fn status(&self) -> Option<&MetricsStatus>
Specifies whether the replication metrics are enabled.
sourcepub fn event_threshold(&self) -> Option<&ReplicationTimeValue>
pub fn event_threshold(&self) -> Option<&ReplicationTimeValue>
A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold
event.
Trait Implementations
impl StructuralPartialEq for Metrics
Auto Trait Implementations
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnwindSafe for Metrics
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