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

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

A system-generated identifier for this particular job run.

Returns:

  • (String)


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

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