Class: Aws::Glue::Types::JobBookmarkEntry

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

Overview

Defines a point that a job can resume processing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attemptInteger

The attempt ID number.

Returns:

  • (Integer)


13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13486

class JobBookmarkEntry < Struct.new(
  :job_name,
  :version,
  :run,
  :attempt,
  :previous_run_id,
  :run_id,
  :job_bookmark)
  SENSITIVE = []
  include Aws::Structure
end

#job_bookmarkString

The bookmark itself.

Returns:

  • (String)


13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13486

class JobBookmarkEntry < Struct.new(
  :job_name,
  :version,
  :run,
  :attempt,
  :previous_run_id,
  :run_id,
  :job_bookmark)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the job in question.

Returns:

  • (String)


13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13486

class JobBookmarkEntry < Struct.new(
  :job_name,
  :version,
  :run,
  :attempt,
  :previous_run_id,
  :run_id,
  :job_bookmark)
  SENSITIVE = []
  include Aws::Structure
end

#previous_run_idString

The unique run identifier associated with the previous job run.

Returns:

  • (String)


13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13486

class JobBookmarkEntry < Struct.new(
  :job_name,
  :version,
  :run,
  :attempt,
  :previous_run_id,
  :run_id,
  :job_bookmark)
  SENSITIVE = []
  include Aws::Structure
end

#runInteger

The run ID number.

Returns:

  • (Integer)


13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13486

class JobBookmarkEntry < Struct.new(
  :job_name,
  :version,
  :run,
  :attempt,
  :previous_run_id,
  :run_id,
  :job_bookmark)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The run ID number.

Returns:

  • (String)


13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13486

class JobBookmarkEntry < Struct.new(
  :job_name,
  :version,
  :run,
  :attempt,
  :previous_run_id,
  :run_id,
  :job_bookmark)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of the job.

Returns:

  • (Integer)


13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13486

class JobBookmarkEntry < Struct.new(
  :job_name,
  :version,
  :run,
  :attempt,
  :previous_run_id,
  :run_id,
  :job_bookmark)
  SENSITIVE = []
  include Aws::Structure
end