class

Awscr::S3::Response::BatchDeleteOutput

Inherits Awscr::S3::Response::Base < Reference < Object

Constructors

new(objects : Array(DeletedObject), status : HTTP::Status, status_message : String | Nil = nil, headers : HTTP::Headers = HTTP::Headers.new)
Source

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