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
- Struct
- Aws::Batch::Types::JobDependency
- 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
-
#job_id ⇒ String
The job ID of the AWS Batch job associated with this dependency.
-
#type ⇒ String
The type of the job dependency.
Instance Attribute Details
#job_id ⇒ String
The job ID of the AWS Batch job associated with this dependency.
#type ⇒ String
The type of the job dependency.
Possible values:
- N_TO_N
- SEQUENTIAL