Struct rusoto_s3::DeleteObjectRequest [] [src]

pub struct DeleteObjectRequest {
    pub bucket: BucketName,
    pub key: ObjectKey,
    pub mfa: Option<MFA>,
    pub request_payer: Option<RequestPayer>,
    pub version_id: Option<ObjectVersionId>,
}

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]

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

impl Clone for DeleteObjectRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeleteObjectRequest
[src]

Formats the value using the given formatter.