Class: Aws::S3Control::Types::ExistingObjectReplication

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

Overview

An optional configuration to replicate existing source bucket objects.

<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies whether Amazon S3 replicates existing source bucket objects.

Returns:

  • (String)


2173
2174
2175
2176
2177
# File 'lib/aws-sdk-s3control/types.rb', line 2173

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