[−][src]Struct rusoto_s3::CreateMultipartUploadOutput 
Fields
abort_date: Option<String>Date when multipart upload will become eligible for abort operation by lifecycle.
abort_rule_id: Option<String>Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
bucket: Option<String>Name of the bucket to which the multipart upload was initiated.
key: Option<String>Object key for which the multipart upload was initiated.
request_charged: Option<String>sse_customer_algorithm: Option<String>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
sse_customer_key_md5: Option<String>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.
ssekms_key_id: Option<String>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.
server_side_encryption: Option<String>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
upload_id: Option<String>ID for the initiated multipart upload.
Trait Implementations
impl PartialEq<CreateMultipartUploadOutput> for CreateMultipartUploadOutput[src]
fn eq(&self, other: &CreateMultipartUploadOutput) -> bool[src]
fn ne(&self, other: &CreateMultipartUploadOutput) -> bool[src]
impl Default for CreateMultipartUploadOutput[src]
impl Clone for CreateMultipartUploadOutput[src]
fn clone(&self) -> CreateMultipartUploadOutput[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for CreateMultipartUploadOutput[src]
Auto Trait Implementations
impl Send for CreateMultipartUploadOutput
impl Sync for CreateMultipartUploadOutput
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
    U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
    T: From<U>, [src]
T: From<U>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self