Class: Aws::S3::Types::Metrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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

Instance Attribute Details

#event_thresholdTypes::ReplicationTimeValue

A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold event.



10977
10978
10979
10980
10981
10982
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10977

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

#statusString

Specifies whether the replication metrics are enabled.

Returns:

  • (String)


10977
10978
10979
10980
10981
10982
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10977

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