Struct aws_sdk_s3control::types::Metrics
source · #[non_exhaustive]pub struct Metrics { /* private fields */ }
Expand description
A container that specifies replication metrics-related settings.
Implementations§
source§impl Metrics
impl Metrics
sourcepub fn status(&self) -> Option<&MetricsStatus>
pub fn status(&self) -> Option<&MetricsStatus>
Specifies whether replication metrics are enabled.
sourcepub fn event_threshold(&self) -> Option<&ReplicationTimeValue>
pub fn event_threshold(&self) -> Option<&ReplicationTimeValue>
A container that specifies the time threshold for emitting the s3:Replication:OperationMissedThreshold
event.
This is not supported by Amazon S3 on Outposts buckets.