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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/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)


3682
3683
3684
3685
3686
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3682

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