Class: Aws::S3::Types::ReplicationTimeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ReplicationTimeValue
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
A container specifying the time value for S3 Replication Time Control
(S3 RTC) and replication metrics EventThreshold
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#minutes ⇒ Integer
Contains an integer specifying time in minutes.
Instance Attribute Details
#minutes ⇒ Integer
Contains an integer specifying time in minutes.
Valid value: 15
15881 15882 15883 15884 15885 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15881 class ReplicationTimeValue < Struct.new( :minutes) SENSITIVE = [] include Aws::Structure end |