Class: Aws::Glue::Types::GetJobBookmarkRequest

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_nameString

The name of the job in question.

Returns:

  • (String)


10810
10811
10812
10813
10814
10815
# File 'lib/aws-sdk-glue/types.rb', line 10810

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

#run_idString

The unique run identifier associated with this job run.

Returns:

  • (String)


10810
10811
10812
10813
10814
10815
# File 'lib/aws-sdk-glue/types.rb', line 10810

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