Class: Aws::Glue::Types::GetJobBookmarkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetJobBookmarkRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass GetJobBookmarkRequest data as a hash:
{
job_name: "JobName", # required
run_id: "RunId",
}
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.
11260 11261 11262 11263 11264 11265 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11260 class GetJobBookmarkRequest < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The unique run identifier associated with this job run.
11260 11261 11262 11263 11264 11265 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11260 class GetJobBookmarkRequest < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end |