Struct rusoto_glacier::ListJobsOutput [] [src]

pub struct ListJobsOutput {
    pub job_list: Option<Vec<GlacierJobDescription>>,
    pub marker: Option<String>,
}

Contains the Amazon Glacier response to your request.

Fields

A list of job objects. Each job object contains metadata describing the job.

An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the marker value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.

Trait Implementations

impl Default for ListJobsOutput
[src]

[src]

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

impl Debug for ListJobsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListJobsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more