Class DeleteObjectsResponse
Returns information about the DeleteObjects response and response metadata.
public class DeleteObjectsResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteObjectsResponse
Constructors
DeleteObjectsResponse()
A default constructor for DeleteObjectsResponse
public DeleteObjectsResponse()
Properties
DeleteErrors
Gets and sets the DeleteErrors property. A list of errors encountered while deleting objects.
public List<DeleteError> DeleteErrors { get; set; }
Property Value
DeletedObjects
Gets and sets the DeletedObjects property. A list of successful deletes. Set only when Quiet=false on DeleteObjectsRequest.
public List<DeletedObject> DeletedObjects { get; set; }
Property Value
RequestCharged
If present, indicates that the requester was successfully charged for the request.
public RequestCharged RequestCharged { get; set; }