Class: Aws::S3::Types::ExistingObjectReplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ExistingObjectReplication
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Optional configuration to replicate existing source bucket objects.
<note markdown=“1”> This parameter is no longer supported. To replicate existing objects, see [Replicating existing objects with S3 Batch Replication] in the *Amazon S3 User Guide*.
</note>
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/s3-batch-replication-batch.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Specifies whether Amazon S3 replicates existing source bucket objects.
Instance Attribute Details
#status ⇒ String
Specifies whether Amazon S3 replicates existing source bucket objects.
5501 5502 5503 5504 5505 |
# File 'lib/aws-sdk-s3/types.rb', line 5501 class ExistingObjectReplication < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |