Class: Aws::S3::Types::ExistingObjectReplication

Inherits:
Struct
  • Object
show all
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*.

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies whether Amazon S3 replicates existing source bucket objects.

Returns:

  • (String)


5312
5313
5314
5315
5316
# File 'lib/aws-sdk-s3/types.rb', line 5312

class ExistingObjectReplication < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end