Struct rusoto_s3::DeleteObjectsRequest [] [src]

pub struct DeleteObjectsRequest {
    pub bucket: BucketName,
    pub delete: Delete,
    pub mfa: Option<MFA>,
    pub request_payer: Option<RequestPayer>,
}

Fields

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Trait Implementations

impl Default for DeleteObjectsRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for DeleteObjectsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeleteObjectsRequest
[src]

Formats the value using the given formatter.