Struct rusoto_s3::AbortIncompleteMultipartUpload [] [src]

pub struct AbortIncompleteMultipartUpload {
    pub days_after_initiation: Option<DaysAfterInitiation>,
}

Specifies the days since the initiation of an Incomplete Multipart Upload that Lifecycle will wait before permanently removing all parts of the upload.

Fields

Indicates the number of days that must pass since initiation for Lifecycle to abort an Incomplete Multipart Upload.

Trait Implementations

impl Default for AbortIncompleteMultipartUpload
[src]

Returns the "default value" for a type. Read more

impl Clone for AbortIncompleteMultipartUpload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AbortIncompleteMultipartUpload
[src]

Formats the value using the given formatter.