class Aws::S3::Types::ReplicationTime

A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a `Metrics` block.

@note When making an API call, you may pass ReplicationTime

data as a hash:

    {
      status: "Enabled", # required, accepts Enabled, Disabled
      time: { # required
        minutes: 1,
      },
    }

@!attribute [rw] status

Specifies whether the replication time is enabled.
@return [String]

@!attribute [rw] time

A container specifying the time by which replication should be
complete for all objects and operations on objects.
@return [Types::ReplicationTimeValue]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ReplicationTime AWS API Documentation

Constants

SENSITIVE