Class: Aws::Glue::Types::BatchGetJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::Job>
A list of job definitions.
-
#jobs_not_found ⇒ Array<String>
A list of names of jobs not found.
Instance Attribute Details
#jobs ⇒ Array<Types::Job>
A list of job definitions.
1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-glue/types.rb', line 1042 class BatchGetJobsResponse < Struct.new( :jobs, :jobs_not_found) SENSITIVE = [] include Aws::Structure end |
#jobs_not_found ⇒ Array<String>
A list of names of jobs not found.
1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-glue/types.rb', line 1042 class BatchGetJobsResponse < Struct.new( :jobs, :jobs_not_found) SENSITIVE = [] include Aws::Structure end |