Struct rusoto_importexport::UpdateJobInput [] [src]

pub struct UpdateJobInput {
    pub api_version: Option<APIVersion>,
    pub job_id: JobId,
    pub job_type: JobType,
    pub manifest: Manifest,
    pub validate_only: ValidateOnly,
}

Input structure for the UpateJob operation.

Fields

Trait Implementations

impl Default for UpdateJobInput
[src]

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

impl Debug for UpdateJobInput
[src]

Formats the value using the given formatter.

impl Clone for UpdateJobInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more