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]

[src]

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

impl Debug for InitiateMultipartUploadOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for InitiateMultipartUploadOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more