class Aws::S3::Types::Delete
Container for the objects to delete.
@note When making an API call, you may pass Delete
data as a hash: { objects: [ # required { key: "ObjectKey", # required version_id: "ObjectVersionId", }, ], quiet: false, }
@!attribute [rw] objects
The objects to delete. @return [Array<Types::ObjectIdentifier>]
@!attribute [rw] quiet
Element to enable quiet mode for the request. When you add this element, you must set its value to true. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Delete AWS API Documentation
Constants
- SENSITIVE