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)


21630
21631
21632
21633
21634
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21630

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