DeleteObjectOutput
public struct DeleteObjectOutput : 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.
Declaration
Swift
public let deleteMarker: Bool?
-
Undocumented
Declaration
Swift
public let requestCharged: RequestCharged?
-
Returns the version ID of the delete marker created as a result of the DELETE operation.
Declaration
Swift
public let versionId: String?
-
Undocumented
Declaration
Swift
public init(deleteMarker: Bool? = nil, requestCharged: RequestCharged? = nil, versionId: String? = nil)