Class: Aws::S3::Types::ExistingObjectReplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ExistingObjectReplication
- Defined in:
- gems/aws-sdk-s3/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
Instance Attribute Details
#status ⇒ String
3998 3999 4000 4001 4002 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 3998 class ExistingObjectReplication < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |