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.