Class: Aws::Glue::Types::BatchStopJobRunSuccessfulSubmission
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchStopJobRunSuccessfulSubmission
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Records a successful request to stop a specified ‘JobRun`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the job definition used in the job run that was stopped.
-
#job_run_id ⇒ String
The ‘JobRunId` of the job run that was stopped.
Instance Attribute Details
#job_name ⇒ String
The name of the job definition used in the job run that was stopped.
1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-glue/types.rb', line 1362 class BatchStopJobRunSuccessfulSubmission < Struct.new( :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end |
#job_run_id ⇒ String
The ‘JobRunId` of the job run that was stopped.
1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-glue/types.rb', line 1362 class BatchStopJobRunSuccessfulSubmission < Struct.new( :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end |