class Awscr::S3::Response::BatchDeleteOutput::DeletedObject
- Awscr::S3::Response::BatchDeleteOutput::DeletedObject
- Reference
- Object
Defined in:
awscr-s3/responses/batch_delete_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#code : String
The failure code
-
#deleted?
Returns true of object was deleted, false otherwise
-
#key : String
The key of the deleted object
-
#message : String
Human friendly failure message
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.