Struct aws_sdk_s3::model::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
sourceimpl 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.
sourceimpl AbortIncompleteMultipartUpload
impl AbortIncompleteMultipartUpload
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AbortIncompleteMultipartUpload
.
Trait Implementations
sourceimpl Clone for AbortIncompleteMultipartUpload
impl Clone for AbortIncompleteMultipartUpload
sourcefn clone(&self) -> AbortIncompleteMultipartUpload
fn clone(&self) -> AbortIncompleteMultipartUpload
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<AbortIncompleteMultipartUpload> for AbortIncompleteMultipartUpload
impl PartialEq<AbortIncompleteMultipartUpload> for AbortIncompleteMultipartUpload
sourcefn eq(&self, other: &AbortIncompleteMultipartUpload) -> bool
fn eq(&self, other: &AbortIncompleteMultipartUpload) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more