Struct rusoto_glacier::InitiateJobInput [] [src]

pub struct InitiateJobInput {
    pub account_id: String,
    pub job_parameters: Option<JobParameters>,
    pub vault_name: String,
}

Provides options for initiating an Amazon Glacier job.

Fields

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID.

Provides options for specifying job information.

The name of the vault.

Trait Implementations

impl Default for InitiateJobInput
[src]

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

impl Debug for InitiateJobInput
[src]

Formats the value using the given formatter.

impl Clone for InitiateJobInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more