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]

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

impl Debug for DeleteObjectsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteObjectsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteObjectsRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations