Class: Aws::S3Control::Types::ReplicationTimeValue

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

Overview

A container that specifies the time value for S3 Replication Time Control (S3 RTC). This value is also used for the replication metrics EventThreshold element.

This is not supported by Amazon S3 on Outposts buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#minutesInteger

Contains an integer that specifies the time period in minutes.

Valid value: 15

Returns:

  • (Integer)


6663
6664
6665
6666
6667
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6663

class ReplicationTimeValue < Struct.new(
  :minutes)
  SENSITIVE = []
  include Aws::Structure
end