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] in the *Amazon S3 User Guide*.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#status ⇒ String
4711 4712 4713 4714 4715 |
# File 'lib/aws-sdk-s3/types.rb', line 4711 class ExistingObjectReplication < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |