Struct rusoto_s3::DeleteObjectRequest [] [src]

pub struct DeleteObjectRequest {
    pub bucket: String,
    pub key: String,
    pub mfa: Option<String>,
    pub request_payer: Option<String>,
    pub version_id: Option<String>,
}

Fields

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

VersionId used to reference a specific version of the object.

Trait Implementations

impl Default for DeleteObjectRequest
[src]

[src]

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

impl Debug for DeleteObjectRequest
[src]

[src]

Formats the value using the given formatter.