class Awscr::S3::Response::BatchDeleteOutput

Defined in:

awscr-s3/responses/batch_delete_output.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(objects) #

[View source]

Class Method Detail

def self.from_response(response) #

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


[View source]

Instance Method Detail

def deleted_objects #

Returns an array of objects that were successfully deleted


[View source]
def failed_objects #

Returns an array of objects that failed to be deleted


[View source]
def success? #

Returns true if all objects were deleted, false otherwise.


[View source]