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)


4737
4738
4739
4740
4741
4742
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4737

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

#typeString

The type of the job dependency.

Returns:

  • (String)


4737
4738
4739
4740
4741
4742
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4737

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