Class: Aws::Glue::Types::BatchGetJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_namesArray<String>

A list of job names, which might be the names returned from the ListJobs operation.

Returns:

  • (Array<String>)


919
920
921
922
923
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 919

class BatchGetJobsRequest < Struct.new(
  :job_names)
  SENSITIVE = []
  include Aws::Structure
end