Class: Aws::Glue::Types::StartJobRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_run_idString

The ID assigned to this job run.

Returns:

  • (String)


24143
24144
24145
24146
24147
# File 'lib/aws-sdk-glue/types.rb', line 24143

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