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

Class: Aws::S3::Types::Delete

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

Overview

Note:

When passing Delete as input to an Aws::Client method, you can use a vanilla Hash:

{
  objects: [ # required
    {
      key: "ObjectKey", # required
      version_id: "ObjectVersionId",
    },
  ],
  quiet: false,
}

Container for the objects to delete.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#objectsArray<Types::ObjectIdentifier>

The objects to delete.

Returns:

#quietBoolean

Element to enable quiet mode for the request. When you add this element, you must set its value to true.

Returns:

  • (Boolean)

    Element to enable quiet mode for the request.