Struct rusoto_batch::JobDependency [] [src]

pub struct JobDependency {
    pub job_id: Option<String>,
}

An object representing an AWS Batch job dependency.

Fields

The job ID of the AWS Batch job associated with this dependency.

Trait Implementations

impl Default for JobDependency
[src]

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

impl Debug for JobDependency
[src]

Formats the value using the given formatter.

impl Clone for JobDependency
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more