Class: Aws::S3::Types::DeleteObjectsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deletedArray<Types::DeletedObject>

Container element for a successful delete. It identifies the object that was successfully deleted.

Returns:



2432
2433
2434
2435
2436
2437
# File 'lib/aws-sdk-s3/types.rb', line 2432

class DeleteObjectsOutput < Struct.new(
  :deleted,
  :request_charged,
  :errors)
  include Aws::Structure
end

#errorsArray<Types::Error>

Container for a failed delete operation that describes the object that Amazon S3 attempted to delete and the error it encountered.

Returns:



2432
2433
2434
2435
2436
2437
# File 'lib/aws-sdk-s3/types.rb', line 2432

class DeleteObjectsOutput < Struct.new(
  :deleted,
  :request_charged,
  :errors)
  include Aws::Structure
end

#request_chargedString

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

Returns:

  • (String)


2432
2433
2434
2435
2436
2437
# File 'lib/aws-sdk-s3/types.rb', line 2432

class DeleteObjectsOutput < Struct.new(
  :deleted,
  :request_charged,
  :errors)
  include Aws::Structure
end