Class: Aws::S3Control::Types::ExistingObjectReplication

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

An optional configuration to replicate existing source bucket objects.

This is not supported by Amazon S3 on Outposts buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies whether Amazon S3 replicates existing source bucket objects.

Returns:

  • (String)


2143
2144
2145
2146
2147
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2143

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