Struct rusoto_s3::DeleteObjectsRequest [] [src]

pub struct DeleteObjectsRequest {
    pub bucket: String,
    pub delete: Delete,
    pub mfa: Option<String>,
    pub request_payer: Option<String>,
}

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]

[src]

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

impl Debug for DeleteObjectsRequest
[src]

[src]

Formats the value using the given formatter.