Class: Aws::Glue::Types::BatchStopJobRunRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job definition for which to stop job runs.

Returns:

  • (String)


1265
1266
1267
1268
1269
1270
# File 'lib/aws-sdk-glue/types.rb', line 1265

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

#job_run_idsArray<String>

A list of the ‘JobRunIds` that should be stopped for that job definition.

Returns:

  • (Array<String>)


1265
1266
1267
1268
1269
1270
# File 'lib/aws-sdk-glue/types.rb', line 1265

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