Class: Aws::GlueDataBrew::Types::StopJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StopJobRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the job to be stopped.
-
#run_id ⇒ String
The ID of the job run to be stopped.
Instance Attribute Details
#name ⇒ String
The name of the job to be stopped.
3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3669 class StopJobRunRequest < Struct.new( :name, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The ID of the job run to be stopped.
3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3669 class StopJobRunRequest < Struct.new( :name, :run_id) SENSITIVE = [] include Aws::Structure end |