You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Batch::Types::JobDependency

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JobDependency as input to an Aws::Client method, you can use a vanilla Hash:

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

An object representing an AWS Batch job dependency.

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

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

Returns:

  • (String)

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

#typeString

The type of the job dependency.

Possible values:

  • N_TO_N
  • SEQUENTIAL

Returns:

  • (String)

    The type of the job dependency.