Struct rusoto_glacier::ListMultipartUploadsOutput [] [src]

pub struct ListMultipartUploadsOutput {
    pub marker: Option<String>,
    pub uploads_list: Option<Vec<UploadListElement>>,
}

Contains the Amazon Glacier response to your request.

Fields

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

A list of in-progress multipart uploads.

Trait Implementations

impl Default for ListMultipartUploadsOutput
[src]

[src]

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

impl Debug for ListMultipartUploadsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListMultipartUploadsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more