class Awscr::S3::Response::BatchDeleteOutput::DeletedObject

Defined in:

awscr-s3/responses/batch_delete_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, code : String, message : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def code : String #

The failure code


[View source]
def deleted? #

Returns true of object was deleted, false otherwise


[View source]
def key : String #

The key of the deleted object


[View source]
def message : String #

Human friendly failure message


[View source]