Struct rusoto_s3::MultipartUpload [] [src]

pub struct MultipartUpload {
    pub initiated: Option<String>,
    pub initiator: Option<Initiator>,
    pub key: Option<String>,
    pub owner: Option<Owner>,
    pub storage_class: Option<String>,
    pub upload_id: Option<String>,
}

Fields

Date and time at which the multipart upload was initiated.

Identifies who initiated the multipart upload.

Key of the object for which the multipart upload was initiated.

The class of storage used to store the object.

Upload ID that identifies the multipart upload.

Trait Implementations

impl Default for MultipartUpload
[src]

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

impl Debug for MultipartUpload
[src]

Formats the value using the given formatter.