Struct rusoto_s3::DeleteObjectOutput [] [src]

pub struct DeleteObjectOutput {
    pub delete_marker: Option<bool>,
    pub request_charged: Option<String>,
    pub version_id: Option<String>,
}

Fields

Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.

Returns the version ID of the delete marker created as a result of the DELETE operation.

Trait Implementations

impl Default for DeleteObjectOutput
[src]

[src]

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

impl Debug for DeleteObjectOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteObjectOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations