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

pub struct DeleteObjectOutput {
    pub version_id: ObjectVersionId,
    pub request_charged: RequestCharged,
    pub delete_marker: DeleteMarker,
}

Fields

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

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

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.