Class: Aws::Glue::Types::Predecessor

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A job run that was used in the predicate of a conditional trigger that triggered this job run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job definition used by the predecessor job run.

Returns:

  • (String)


16733
16734
16735
16736
16737
16738
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16733

class Predecessor < Struct.new(
  :job_name,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The job-run ID of the predecessor job run.

Returns:

  • (String)


16733
16734
16735
16736
16737
16738
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16733

class Predecessor < Struct.new(
  :job_name,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end