Class: Aws::Glue::Types::ResetJobBookmarkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ResetJobBookmarkRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the job in question.
-
#run_id ⇒ String
The unique run identifier associated with this job run.
Instance Attribute Details
#job_name ⇒ String
The name of the job in question.
21297 21298 21299 21300 21301 21302 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21297 class ResetJobBookmarkRequest < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The unique run identifier associated with this job run.
21297 21298 21299 21300 21301 21302 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21297 class ResetJobBookmarkRequest < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end |