Class: Aws::S3::Types::Metrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Metrics
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
A container specifying replication metrics-related settings enabling replication metrics and events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_threshold ⇒ Types::ReplicationTimeValue
A container specifying the time threshold for emitting the ‘s3:Replication:OperationMissedThreshold` event.
-
#status ⇒ String
Specifies whether the replication metrics are enabled.
Instance Attribute Details
#event_threshold ⇒ Types::ReplicationTimeValue
A container specifying the time threshold for emitting the ‘s3:Replication:OperationMissedThreshold` event.
11376 11377 11378 11379 11380 11381 |
# File 'lib/aws-sdk-s3/types.rb', line 11376 class Metrics < Struct.new( :status, :event_threshold) SENSITIVE = [] include Aws::Structure end |