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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


3245
3246
3247
3248
3249
3250
3251
# File 'lib/aws-sdk-s3/types.rb', line 3245

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

#request_chargedString

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

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
# File 'lib/aws-sdk-s3/types.rb', line 3245

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

#version_idString

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

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
# File 'lib/aws-sdk-s3/types.rb', line 3245

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