Class: Aws::S3::Types::DeleteObjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteObjectOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
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.
-
#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.
1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-s3/types.rb', line 1827 class DeleteObjectOutput < Struct.new( :delete_marker, :version_id, :request_charged) include Aws::Structure end |
#request_charged ⇒ String
If present, indicates that the requester was successfully charged for the request.
1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-s3/types.rb', line 1827 class DeleteObjectOutput < Struct.new( :delete_marker, :version_id, :request_charged) include Aws::Structure end |
#version_id ⇒ String
Returns the version ID of the delete marker created as a result of the DELETE operation.
1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-s3/types.rb', line 1827 class DeleteObjectOutput < Struct.new( :delete_marker, :version_id, :request_charged) include Aws::Structure end |