Class: Aws::GlueDataBrew::Types::StartJobRunResponse

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

A system-generated identifier for this particular job run.

Returns:

  • (String)


3577
3578
3579
3580
3581
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3577

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