Class: Aws::Pipes::Types::BatchJobDependency
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::BatchJobDependency
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/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.
148 149 150 151 152 153 |
# File 'lib/aws-sdk-pipes/types.rb', line 148 class BatchJobDependency < Struct.new( :job_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the job dependency.
148 149 150 151 152 153 |
# File 'lib/aws-sdk-pipes/types.rb', line 148 class BatchJobDependency < Struct.new( :job_id, :type) SENSITIVE = [] include Aws::Structure end |