Class: Aws::S3::Types::ReplicationTimeValue

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#minutesInteger

Contains an integer specifying time in minutes.

Valid value: 15

Returns:

  • (Integer)


15105
15106
15107
15108
15109
# File 'lib/aws-sdk-s3/types.rb', line 15105

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