Struct rusoto_glacier::InitiateMultipartUploadOutput[][src]

pub struct InitiateMultipartUploadOutput {
    pub location: Option<String>,
    pub upload_id: Option<String>,
}

The Amazon Glacier response to your request.

Fields

The relative URI path of the multipart upload ID Amazon Glacier created.

The ID of the multipart upload. This value is also included as part of the location.

Trait Implementations

impl Default for InitiateMultipartUploadOutput
[src]

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

impl Debug for InitiateMultipartUploadOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for InitiateMultipartUploadOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InitiateMultipartUploadOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations