Class: Aws::Glue::Types::BatchGetJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetJobsRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_names ⇒ Array<String>
A list of job names, which might be the names returned from the
ListJobs
operation.
Instance Attribute Details
#job_names ⇒ Array<String>
A list of job names, which might be the names returned from the
ListJobs
operation.
1026 1027 1028 1029 1030 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1026 class BatchGetJobsRequest < Struct.new( :job_names) SENSITIVE = [] include Aws::Structure end |