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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

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)


1956
1957
1958
1959
1960
1961
# File 'lib/aws-sdk-s3/types.rb', line 1956

class DeleteObjectOutput < Struct.new(
  :delete_marker,
  :version_id,
  :request_charged)
  include Aws::Structure
end

#request_chargedString

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

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
# File 'lib/aws-sdk-s3/types.rb', line 1956

class DeleteObjectOutput < Struct.new(
  :delete_marker,
  :version_id,
  :request_charged)
  include Aws::Structure
end

#version_idString

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

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
# File 'lib/aws-sdk-s3/types.rb', line 1956

class DeleteObjectOutput < Struct.new(
  :delete_marker,
  :version_id,
  :request_charged)
  include Aws::Structure
end