class Aws::Glue::Types::GetJobRunRequest

@note When making an API call, you may pass GetJobRunRequest

data as a hash:

    {
      job_name: "NameString", # required
      run_id: "IdString", # required
      predecessors_included: false,
    }

@!attribute [rw] job_name

Name of the job definition being run.
@return [String]

@!attribute [rw] run_id

The ID of the job run.
@return [String]

@!attribute [rw] predecessors_included

True if a list of predecessor runs should be returned.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRunRequest AWS API Documentation

Constants

SENSITIVE