DeleteMarkerReplication
public struct DeleteMarkerReplication : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether to replicate delete markers. In the current implementation, Amazon S3 doesn’t replicate the delete markers. The status must be Disabled.
Declaration
Swift
public let status: DeleteMarkerReplicationStatus?
-
Undocumented
Declaration
Swift
public init(status: DeleteMarkerReplicationStatus? = nil)