class Aws::S3::Types::DeletedObject

Information about the deleted object.

@!attribute [rw] key

The name of the deleted object.
@return [String]

@!attribute [rw] version_id

The version ID of the deleted object.
@return [String]

@!attribute [rw] delete_marker

Specifies whether the versioned object that was permanently deleted
was (true) or was not (false) a delete marker. In a simple DELETE,
this header indicates whether (true) or not (false) a delete marker
was created.
@return [Boolean]

@!attribute [rw] delete_marker_version_id

The version ID of the delete marker created as a result of the
DELETE operation. If you delete a specific object version, the value
returned by this header is the version ID of the object version
deleted.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/DeletedObject AWS API Documentation

Constants

SENSITIVE