Class: Aws::GlueDataBrew::Types::StopJobRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_idString

The ID of the job run that you stopped.

Returns:

  • (String)


4769
4770
4771
4772
4773
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 4769

class StopJobRunResponse < Struct.new(
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end