Struct aws_sdk_s3::operation::delete_object::DeleteObjectOutput
source · #[non_exhaustive]pub struct DeleteObjectOutput {
pub delete_marker: Option<bool>,
pub version_id: Option<String>,
pub request_charged: Option<RequestCharged>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.delete_marker: Option<bool>
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion. In a simple DELETE, this header indicates whether (true) or not (false) the current version of the object is a delete marker.
This functionality is not supported for directory buckets.
version_id: Option<String>
Returns the version ID of the delete marker created as a result of the DELETE operation.
This functionality is not supported for directory buckets.
request_charged: Option<RequestCharged>
If present, indicates that the requester was successfully charged for the request.
This functionality is not supported for directory buckets.
Implementations§
source§impl DeleteObjectOutput
impl DeleteObjectOutput
sourcepub fn delete_marker(&self) -> Option<bool>
pub fn delete_marker(&self) -> Option<bool>
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion. In a simple DELETE, this header indicates whether (true) or not (false) the current version of the object is a delete marker.
This functionality is not supported for directory buckets.
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
Returns the version ID of the delete marker created as a result of the DELETE operation.
This functionality is not supported for directory buckets.
sourcepub fn request_charged(&self) -> Option<&RequestCharged>
pub fn request_charged(&self) -> Option<&RequestCharged>
If present, indicates that the requester was successfully charged for the request.
This functionality is not supported for directory buckets.
source§impl DeleteObjectOutput
impl DeleteObjectOutput
sourcepub fn builder() -> DeleteObjectOutputBuilder
pub fn builder() -> DeleteObjectOutputBuilder
Creates a new builder-style object to manufacture DeleteObjectOutput
.
Trait Implementations§
source§impl Clone for DeleteObjectOutput
impl Clone for DeleteObjectOutput
source§fn clone(&self) -> DeleteObjectOutput
fn clone(&self) -> DeleteObjectOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteObjectOutput
impl Debug for DeleteObjectOutput
source§impl PartialEq for DeleteObjectOutput
impl PartialEq for DeleteObjectOutput
source§impl RequestId for DeleteObjectOutput
impl RequestId for DeleteObjectOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.source§impl RequestIdExt for DeleteObjectOutput
impl RequestIdExt for DeleteObjectOutput
source§fn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
impl StructuralPartialEq for DeleteObjectOutput
Auto Trait Implementations§
impl Freeze for DeleteObjectOutput
impl RefUnwindSafe for DeleteObjectOutput
impl Send for DeleteObjectOutput
impl Sync for DeleteObjectOutput
impl Unpin for DeleteObjectOutput
impl UnwindSafe for DeleteObjectOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)