Class: Aws::Deadline::Types::BatchGetTaskResponse

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::BatchGetTaskError>

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

Returns:



1821
1822
1823
1824
1825
1826
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1821

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

#tasksArray<Types::BatchGetTaskItem>

A list of tasks that were successfully retrieved.

Returns:



1821
1822
1823
1824
1825
1826
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1821

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