Struct rusoto_s3::Metrics [−][src]
pub struct Metrics {
pub event_threshold: Option<ReplicationTimeValue>,
pub status: String,
}Expand description
A container specifying replication metrics-related settings enabling replication metrics and events.
Fields
event_threshold: Option<ReplicationTimeValue> A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.
status: StringSpecifies whether the replication metrics are enabled.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Metrics
impl UnwindSafe for Metrics
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