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
- Struct
- Aws::S3::Types::Delete
- 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
-
#objects ⇒ Array<Types::ObjectIdentifier>
The objects to delete.
-
#quiet ⇒ Boolean
Element to enable quiet mode for the request.
Instance Attribute Details
#objects ⇒ Array<Types::ObjectIdentifier>
The objects to delete.
#quiet ⇒ Boolean
Element to enable quiet mode for the request. When you add this element, you must set its value to true.