You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::DeletedObject

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the deleted object.

Instance Attribute Summary collapse

Instance Attribute Details

#delete_markerBoolean

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.

Returns:

  • (Boolean)

    Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.

#delete_marker_version_idString

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.

Returns:

  • (String)

    The version ID of the delete marker created as a result of the DELETE operation.

#keyString

The name of the deleted object.

Returns:

  • (String)

    The name of the deleted object.

#version_idString

The version ID of the deleted object.

Returns:

  • (String)

    The version ID of the deleted object.