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. For more information, see [Replicating Existing Objects] in the *Amazon S3 User Guide*.
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.
4023 4024 4025 4026 4027 |
# File 'lib/aws-sdk-s3/types.rb', line 4023 class ExistingObjectReplication < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |