Struct rusoto_importexport::CreateJobInput [] [src]

pub struct CreateJobInput {
    pub api_version: Option<APIVersion>,
    pub job_type: JobType,
    pub manifest: Manifest,
    pub manifest_addendum: Option<ManifestAddendum>,
    pub validate_only: ValidateOnly,
}

Input structure for the CreateJob operation.

Fields

Trait Implementations

impl Default for CreateJobInput
[src]

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

impl Debug for CreateJobInput
[src]

Formats the value using the given formatter.

impl Clone for CreateJobInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more