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>,
}Expand description
Container for the MultipartUpload for the Amazon S3 object.
Fields
initiated: Option<String>Date and time at which the multipart upload was initiated.
initiator: Option<Initiator>Identifies who initiated the multipart upload.
key: Option<String>Key of the object for which the multipart upload was initiated.
owner: Option<Owner>Specifies the owner of the object that is part of the multipart upload.
storage_class: Option<String>The class of storage used to store the object.
upload_id: Option<String>Upload ID that identifies the multipart upload.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MultipartUpload
impl Send for MultipartUpload
impl Sync for MultipartUpload
impl Unpin for MultipartUpload
impl UnwindSafe for MultipartUpload
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more