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

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


20281
20282
20283
20284
20285
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20281

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