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

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_nameString

The name of the job in question.

Returns:

  • (String)


10109
10110
10111
10112
10113
10114
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10109

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)


10109
10110
10111
10112
10113
10114
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10109

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