Class: Aws::S3Control::Types::Metrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

A container that specifies replication metrics-related settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_thresholdTypes::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.



5254
5255
5256
5257
5258
5259
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5254

class Metrics < Struct.new(
  :status,
  :event_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies whether replication metrics are enabled.

Returns:

  • (String)


5254
5255
5256
5257
5258
5259
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5254

class Metrics < Struct.new(
  :status,
  :event_threshold)
  SENSITIVE = []
  include Aws::Structure
end