You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

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

Returns:

  • (String)

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

#run_idString

The job-run ID of the predecessor job run.

Returns:

  • (String)

    The job-run ID of the predecessor job run.