Struct rusoto_glacier::InitiateJobOutput [] [src]

pub struct InitiateJobOutput {
    pub job_id: Option<String>,
    pub location: Option<String>,
}

Contains the Amazon Glacier response to your request.

Fields

The ID of the job.

The relative URI path of the job.

Trait Implementations

impl Default for InitiateJobOutput
[src]

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

impl Debug for InitiateJobOutput
[src]

Formats the value using the given formatter.

impl Clone for InitiateJobOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more