Class: Aws::Deadline::Types::BatchGetJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchGetJobError>

A list of errors for jobs that could not be retrieved.

Returns:



1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1043

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

#jobsArray<Types::BatchGetJobItem>

A list of jobs that were successfully retrieved.

Returns:



1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1043

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