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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_idString

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

Returns:

  • (String)


4888
4889
4890
4891
4892
4893
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4888

class JobDependency < Struct.new(
  :job_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the job dependency.

Returns:

  • (String)


4888
4889
4890
4891
4892
4893
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4888

class JobDependency < Struct.new(
  :job_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end