PipeBatchJobDependency

data class PipeBatchJobDependency(val jobId: String? = null, val type: PipeBatchJobDependencyType? = null)

Constructors

Link copied to clipboard
constructor(jobId: String? = null, type: PipeBatchJobDependencyType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobId: String? = null

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

Link copied to clipboard

The type of the job dependency.