class Awscr::S3::Response::BatchDeleteOutput
- Awscr::S3::Response::BatchDeleteOutput
- Reference
- Object
Defined in:
awscr-s3/responses/batch_delete_output.crConstructors
Class Method Summary
-
.from_response(response)
Create a
CompleteMultipartUpload
response from anHTTP::Client::Response
object
Instance Method Summary
-
#deleted_objects
Returns an array of objects that were successfully deleted
-
#failed_objects
Returns an array of objects that failed to be deleted
-
#success?
Returns true if all objects were deleted, false otherwise.
Constructor Detail
def self.new(objects : Array(Awscr::S3::Response::BatchDeleteOutput::DeletedObject))
#
Class Method Detail
def self.from_response(response)
#
Create a CompleteMultipartUpload
response from an
HTTP::Client::Response
object