Struct aws_sdk_rust::aws::s3::object::MultipartUpload [] [src]

pub struct MultipartUpload {
    pub initiator: Initiator,
    pub initiated: Initiated,
    pub upload_id: MultipartUploadId,
    pub storage_class: StorageClass,
    pub key: ObjectKey,
    pub owner: Owner,
}

Fields

Identifies who initiated the multipart upload.

Date and time at which the multipart upload was initiated.

Upload ID that identifies the multipart upload.

The class of storage used to store the object.

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

Trait Implementations

impl Debug for MultipartUpload
[src]

Formats the value using the given formatter.

impl Default for MultipartUpload
[src]

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

impl Decodable for MultipartUpload
[src]

Deserialize a value using a Decoder.

impl Encodable for MultipartUpload
[src]

Serialize a value using an Encoder.