class Aws::Batch::Types::JobDependency

An object representing an Batch job dependency.

@note When making an API call, you may pass JobDependency

data as a hash:

    {
      job_id: "String",
      type: "N_TO_N", # accepts N_TO_N, SEQUENTIAL
    }

@!attribute [rw] job_id

The job ID of the Batch job associated with this dependency.
@return [String]

@!attribute [rw] type

The type of the job dependency.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/JobDependency AWS API Documentation

Constants

SENSITIVE