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)


4632
4633
4634
4635
4636
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 4632

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