class

Aws::S3::Response::BatchDeleteOutput

Inherits Reference / Object

Constructors

Class methods

from_response(response)

Create a CompleteMultipartUpload response from an HTTP::Client::Response object

Source

Instance methods

deleted_objects

Returns an array of objects that were successfully deleted

Source
failed_objects

Returns an array of objects that failed to be deleted

Source
success?

Returns true if all objects were deleted, false otherwise.

Source

Nested types