Struct rusoto_s3::Delete [−][src]
pub struct Delete {
pub objects: Vec<ObjectIdentifier>,
pub quiet: Option<bool>,
}Expand description
Container for the objects to delete.
Fields
objects: Vec<ObjectIdentifier>The objects to delete.
quiet: Option<bool>Element to enable quiet mode for the request. When you add this element, you must set its value to true.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Delete
impl UnwindSafe for Delete
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more