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

Class: Aws::Glue::Types::GetJobRunRequest

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

Overview

Note:

When passing GetJobRunRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

Name of the job definition being run.

Returns:

  • (String)

    Name of the job definition being run.

#predecessors_includedBoolean

True if a list of predecessor runs should be returned.

Returns:

  • (Boolean)

    True if a list of predecessor runs should be returned.

#run_idString

The ID of the job run.

Returns:

  • (String)

    The ID of the job run.