Method: Aws::Glue::Types::GetJobBookmarkRequest#job_name
- Defined in:
- lib/aws-sdk-glue/types.rb
#job_name ⇒ String
The name of the job in question.
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 |