Struct aws_sdk_s3::types::Metrics
source · #[non_exhaustive]pub struct Metrics { /* private fields */ }
Expand description
A container specifying replication metrics-related settings enabling replication metrics and events.
Implementations§
source§impl 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§
source§impl PartialEq<Metrics> for Metrics
impl PartialEq<Metrics> for Metrics
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more