DeletedObject
public struct DeletedObject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker. In a simple DELETE, this header indicates whether (true) or not (false) a delete marker was created.
Declaration
Swift
public let deleteMarker: Bool?
-
The version ID of the delete marker created as a result of the DELETE operation. If you delete a specific object version, the value returned by this header is the version ID of the object version deleted.
Declaration
Swift
public let deleteMarkerVersionId: String?
-
The name of the deleted object.
Declaration
Swift
public let key: String?
-
The version ID of the deleted object.
Declaration
Swift
public let versionId: String?
-
Undocumented
Declaration
Swift
public init(deleteMarker: Bool? = nil, deleteMarkerVersionId: String? = nil, key: String? = nil, versionId: String? = nil)