Struct rusoto_importexport::CreateJobInput [] [src]

pub struct CreateJobInput {
    pub api_version: Option<String>,
    pub job_type: String,
    pub manifest: String,
    pub manifest_addendum: Option<String>,
    pub validate_only: bool,
}

Input structure for the CreateJob operation.

Fields

Trait Implementations

impl Default for CreateJobInput
[src]

[src]

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

impl Debug for CreateJobInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateJobInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more