#[non_exhaustive]pub struct AbortIncompleteMultipartUpload { /* private fields */ }
Expand description
The container for abort incomplete multipart upload
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 to the Outposts bucket.
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 ==
.