Struct aws_sdk_rust::aws::s3::object::DeleteObjectRequest [] [src]

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

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 Debug for DeleteObjectRequest
[src]

Formats the value using the given formatter.

impl Default for DeleteObjectRequest
[src]

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

impl Decodable for DeleteObjectRequest
[src]

Deserialize a value using a Decoder.

impl Encodable for DeleteObjectRequest
[src]

Serialize a value using an Encoder.