Class: Aws::GlueDataBrew::Types::StopJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StopJobRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
The ID of the job run that you stopped.
Instance Attribute Details
#run_id ⇒ String
The ID of the job run that you stopped.
3682 3683 3684 3685 3686 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3682 class StopJobRunResponse < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |