Class: Aws::S3Control::Types::ReplicationTime

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

A container that specifies 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.

This is not supported by Amazon S3 on Outposts buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies whether S3 Replication Time Control (S3 RTC) is enabled.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6630

class ReplicationTime < Struct.new(
  :status,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#timeTypes::ReplicationTimeValue

A container that specifies the time by which replication should be complete for all objects and operations on objects.



6630
6631
6632
6633
6634
6635
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6630

class ReplicationTime < Struct.new(
  :status,
  :time)
  SENSITIVE = []
  include Aws::Structure
end