Method: Aws::Glue::Types::GetJobBookmarkRequest#run_id
- Defined in:
- lib/aws-sdk-glue/types.rb
#run_id ⇒ String
The unique run identifier associated with this job run.
12493 12494 12495 12496 12497 12498 |
# File 'lib/aws-sdk-glue/types.rb', line 12493 class GetJobBookmarkRequest < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end |