You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

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:

#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:

  • (Array<Types::Error>)

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

#request_chargedString

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

Possible values:

  • requester

Returns:

  • (String)

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

    .