Class: Aws::S3Control::Types::ExistingObjectReplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ExistingObjectReplication
- 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
-
#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.
2173 2174 2175 2176 2177 |
# File 'lib/aws-sdk-s3control/types.rb', line 2173 class ExistingObjectReplication < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |