Struct rusoto_importexport::CancelJobInput [] [src]

pub struct CancelJobInput {
    pub api_version: Option<APIVersion>,
    pub job_id: JobId,
}

Input structure for the CancelJob operation.

Fields

Trait Implementations

impl Default for CancelJobInput
[src]

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

impl Debug for CancelJobInput
[src]

Formats the value using the given formatter.

impl Clone for CancelJobInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more