Struct aws_sdk_s3::types::AbortIncompleteMultipartUpload
source · #[non_exhaustive]pub struct AbortIncompleteMultipartUpload { /* private fields */ }
Expand description
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide.
Implementations§
source§impl AbortIncompleteMultipartUpload
impl AbortIncompleteMultipartUpload
sourcepub fn days_after_initiation(&self) -> i32
pub fn days_after_initiation(&self) -> i32
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
source§impl AbortIncompleteMultipartUpload
impl AbortIncompleteMultipartUpload
sourcepub fn builder() -> AbortIncompleteMultipartUploadBuilder
pub fn builder() -> AbortIncompleteMultipartUploadBuilder
Creates a new builder-style object to manufacture AbortIncompleteMultipartUpload
.
Trait Implementations§
source§impl Clone for AbortIncompleteMultipartUpload
impl Clone for AbortIncompleteMultipartUpload
source§fn clone(&self) -> AbortIncompleteMultipartUpload
fn clone(&self) -> AbortIncompleteMultipartUpload
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AbortIncompleteMultipartUpload> for AbortIncompleteMultipartUpload
impl PartialEq<AbortIncompleteMultipartUpload> for AbortIncompleteMultipartUpload
source§fn eq(&self, other: &AbortIncompleteMultipartUpload) -> bool
fn eq(&self, other: &AbortIncompleteMultipartUpload) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AbortIncompleteMultipartUpload
Auto Trait Implementations§
impl RefUnwindSafe for AbortIncompleteMultipartUpload
impl Send for AbortIncompleteMultipartUpload
impl Sync for AbortIncompleteMultipartUpload
impl Unpin for AbortIncompleteMultipartUpload
impl UnwindSafe for AbortIncompleteMultipartUpload
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
Mutably borrows from an owned value. Read more