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

Class: Aws::S3::Types::DeleteObjectOutput

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

Overview

Returned by:

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.

Returns:

  • (Boolean)

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

#request_chargedString

If present, indicates that the requester was successfully charged for the request.

Possible values:

  • requester

Returns:

  • (String)

    If present, indicates that the requester was successfully charged for the request.

    .

#version_idString

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

Returns:

  • (String)

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