Struct rusoto_glacier::InitiateJobOutput[][src]

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

Contains the Amazon Glacier response to your request.

Fields

The ID of the job.

The path to the location of where the select results are stored.

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. Read more

impl Clone for InitiateJobOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InitiateJobOutput
[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