class Aws::S3::Types::Metrics

A container specifying replication metrics-related settings enabling replication metrics and events.

@note When making an API call, you may pass Metrics

data as a hash:

    {
      status: "Enabled", # required, accepts Enabled, Disabled
      event_threshold: {
        minutes: 1,
      },
    }

@!attribute [rw] status

Specifies whether the replication metrics are enabled.
@return [String]

@!attribute [rw] event_threshold

A container specifying the time threshold for emitting the
`s3:Replication:OperationMissedThreshold` event.
@return [Types::ReplicationTimeValue]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Metrics AWS API Documentation

Constants

SENSITIVE