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
version_id: ObjectVersionId
Returns the version ID of the delete marker created as a result of the DELETE operation.
request_charged: RequestCharged
delete_marker: DeleteMarker
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]
fn default() -> DeleteObjectOutput
Returns the "default value" for a type. Read more