Class: Aws::S3::Types::ReplicationTimeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ReplicationTimeValue
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass ReplicationTimeValue data as a hash:
{
minutes: 1,
}
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
14910 14911 14912 14913 14914 |
# File 'lib/aws-sdk-s3/types.rb', line 14910 class ReplicationTimeValue < Struct.new( :minutes) SENSITIVE = [] include Aws::Structure end |