Class: Aws::Batch::Types::JobDependency
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::JobDependency
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
An object that represents an Batch job dependency.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID of the Batch job that's associated with this dependency.
-
#type ⇒ String
The type of the job dependency.
Instance Attribute Details
#job_id ⇒ String
The job ID of the Batch job that's associated with this dependency.
4924 4925 4926 4927 4928 4929 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4924 class JobDependency < Struct.new( :job_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the job dependency.
4924 4925 4926 4927 4928 4929 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4924 class JobDependency < Struct.new( :job_id, :type) SENSITIVE = [] include Aws::Structure end |