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)


2219
2220
2221
2222
2223
# File 'lib/aws-sdk-s3control/types.rb', line 2219

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