class Aws::Glue::Types::BatchStopJobRunRequest

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

data as a hash:

    {
      job_name: "NameString", # required
      job_run_ids: ["IdString"], # required
    }

@!attribute [rw] job_name

The name of the job definition for which to stop job runs.
@return [String]

@!attribute [rw] job_run_ids

A list of the `JobRunIds` that should be stopped for that job
definition.
@return [Array<String>]

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

Constants

SENSITIVE