Class DeleteObjectResponse
Returns information about the DeleteObject response and response metadata.
public class DeleteObjectResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteObjectResponse
Constructors
DeleteObjectResponse()
public DeleteObjectResponse()
Properties
DeleteMarker
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.
public string DeleteMarker { get; set; }
Property Value
RequestCharged
If present, indicates that the requester was successfully charged for the request.
public RequestCharged RequestCharged { get; set; }
Property Value
VersionId
Returns the version ID of the delete marker created as a result of the DELETE operation.
public string VersionId { get; set; }