Class: Aws::Glue::Types::BatchGetJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::Job>

A list of job definitions.

Returns:



935
936
937
938
939
940
# File 'lib/aws-sdk-glue/types.rb', line 935

class BatchGetJobsResponse < Struct.new(
  :jobs,
  :jobs_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#jobs_not_foundArray<String>

A list of names of jobs not found.

Returns:

  • (Array<String>)


935
936
937
938
939
940
# File 'lib/aws-sdk-glue/types.rb', line 935

class BatchGetJobsResponse < Struct.new(
  :jobs,
  :jobs_not_found)
  SENSITIVE = []
  include Aws::Structure
end