Class: Aws::Pipes::Types::BatchJobDependency

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/lib/aws-sdk-pipes/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)


148
149
150
151
152
153
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 148

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

#typeString

The type of the job dependency.

Returns:

  • (String)


148
149
150
151
152
153
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 148

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