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]

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

impl Debug for DeleteObjectOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteObjectOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteObjectOutput
[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