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
- Struct
- Aws::S3::Types::DeletedObject
- Defined in:
- (unknown)
Overview
Information about the deleted object.
Instance Attribute Summary collapse
-
#delete_marker ⇒ Boolean
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.
-
#delete_marker_version_id ⇒ String
The version ID of the delete marker created as a result of the DELETE operation.
-
#key ⇒ String
The name of the deleted object.
-
#version_id ⇒ String
The version ID of the deleted object.
Instance Attribute Details
#delete_marker ⇒ Boolean
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.
#delete_marker_version_id ⇒ String
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.
#key ⇒ String
The name of the deleted object.
#version_id ⇒ String
The version ID of the deleted object.