Class: Aws::Glue::Types::BatchStopJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchStopJobRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the job definition for which to stop job runs.
-
#job_run_ids ⇒ Array<String>
A list of the ‘JobRunIds` that should be stopped for that job definition.
Instance Attribute Details
#job_name ⇒ String
The name of the job definition for which to stop job runs.
1324 1325 1326 1327 1328 1329 |
# File 'lib/aws-sdk-glue/types.rb', line 1324 class BatchStopJobRunRequest < Struct.new( :job_name, :job_run_ids) SENSITIVE = [] include Aws::Structure end |
#job_run_ids ⇒ Array<String>
A list of the ‘JobRunIds` that should be stopped for that job definition.
1324 1325 1326 1327 1328 1329 |
# File 'lib/aws-sdk-glue/types.rb', line 1324 class BatchStopJobRunRequest < Struct.new( :job_name, :job_run_ids) SENSITIVE = [] include Aws::Structure end |