Class: Aws::Glue::Types::JobBookmarkEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::JobBookmarkEntry
- 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
-
#attempt ⇒ Integer
The attempt ID number.
-
#job_bookmark ⇒ String
The bookmark itself.
-
#job_name ⇒ String
The name of the job in question.
-
#previous_run_id ⇒ String
The unique run identifier associated with the previous job run.
-
#run ⇒ Integer
The run ID number.
-
#run_id ⇒ String
The run ID number.
-
#version ⇒ Integer
The version of the job.
Instance Attribute Details
#attempt ⇒ Integer
The attempt ID number.
17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17095 class JobBookmarkEntry < Struct.new( :job_name, :version, :run, :attempt, :previous_run_id, :run_id, :job_bookmark) SENSITIVE = [] include Aws::Structure end |
#job_bookmark ⇒ String
The bookmark itself.
17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17095 class JobBookmarkEntry < Struct.new( :job_name, :version, :run, :attempt, :previous_run_id, :run_id, :job_bookmark) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the job in question.
17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17095 class JobBookmarkEntry < Struct.new( :job_name, :version, :run, :attempt, :previous_run_id, :run_id, :job_bookmark) SENSITIVE = [] include Aws::Structure end |
#previous_run_id ⇒ String
The unique run identifier associated with the previous job run.
17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17095 class JobBookmarkEntry < Struct.new( :job_name, :version, :run, :attempt, :previous_run_id, :run_id, :job_bookmark) SENSITIVE = [] include Aws::Structure end |
#run ⇒ Integer
The run ID number.
17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17095 class JobBookmarkEntry < Struct.new( :job_name, :version, :run, :attempt, :previous_run_id, :run_id, :job_bookmark) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The run ID number.
17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17095 class JobBookmarkEntry < Struct.new( :job_name, :version, :run, :attempt, :previous_run_id, :run_id, :job_bookmark) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the job.
17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17095 class JobBookmarkEntry < Struct.new( :job_name, :version, :run, :attempt, :previous_run_id, :run_id, :job_bookmark) SENSITIVE = [] include Aws::Structure end |