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
Note:
When making an API call, you may pass ExistingObjectReplication data as a hash:
{
status: "Enabled", # required, accepts Enabled, Disabled
}
Optional configuration to replicate existing source bucket objects. For more information, see [Replicating Existing Objects]( docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication) in the *Amazon S3 Developer Guide*.
Instance Attribute Summary collapse
Instance Attribute Details
#status ⇒ String
3622 3623 3624 3625 |
# File 'lib/aws-sdk-s3/types.rb', line 3622 class ExistingObjectReplication < Struct.new( :status) include Aws::Structure end |