Class: Aws::S3Control::Types::ReplicationTimeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ReplicationTimeValue
- Includes:
- Aws::Structure
- Defined in:
- 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.
<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#minutes ⇒ Integer
Contains an integer that specifies the time period in minutes.
Instance Attribute Details
#minutes ⇒ Integer
Contains an integer that specifies the time period in minutes.
Valid value: 15
6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-s3control/types.rb', line 6841 class ReplicationTimeValue < Struct.new( :minutes) SENSITIVE = [] include Aws::Structure end |