Struct rusoto_s3::CompleteMultipartUploadOutput [] [src]

pub struct CompleteMultipartUploadOutput {
    pub bucket: Option<BucketName>,
    pub e_tag: Option<ETag>,
    pub expiration: Option<Expiration>,
    pub key: Option<ObjectKey>,
    pub location: Option<Location>,
    pub request_charged: Option<RequestCharged>,
    pub ssekms_key_id: Option<SSEKMSKeyId>,
    pub server_side_encryption: Option<ServerSideEncryption>,
    pub version_id: Option<ObjectVersionId>,
}

Fields

Entity tag of the object.

If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.

If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.

The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).

Version of the object.

Trait Implementations

impl Default for CompleteMultipartUploadOutput
[src]

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

impl Clone for CompleteMultipartUploadOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompleteMultipartUploadOutput
[src]

Formats the value using the given formatter.