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 Debug for DeleteObjectOutput
[src]
impl Default for DeleteObjectOutput
[src]
fn default() -> DeleteObjectOutput
Returns the "default value" for a type. Read more
impl Decodable for DeleteObjectOutput
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<DeleteObjectOutput, __D::Error>
__arg_0: &mut __D
) -> Result<DeleteObjectOutput, __D::Error>
Deserialize a value using a Decoder
.