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
- Struct
- Aws::S3::Types::DeleteObjectOutput
- Defined in:
- (unknown)
Overview
Returned by:
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.
-
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
Possible values:
- requester
-
#version_id ⇒ String
Returns the version ID of the delete marker created as a result of the DELETE operation.
Instance Attribute Details
#delete_marker ⇒ Boolean
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
Possible values:
- requester
#version_id ⇒ String
Returns the version ID of the delete marker created as a result of the DELETE operation.