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)


1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-glue/types.rb', line 1188

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>)


1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-glue/types.rb', line 1188

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