Class: Aws::Deadline::Types::BatchGetTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetTaskResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetTaskError>
A list of errors for tasks that could not be retrieved.
-
#tasks ⇒ Array<Types::BatchGetTaskItem>
A list of tasks that were successfully retrieved.
Instance Attribute Details
#errors ⇒ Array<Types::BatchGetTaskError>
A list of errors for tasks that could not be retrieved.
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 |
#tasks ⇒ Array<Types::BatchGetTaskItem>
A list of tasks that were successfully retrieved.
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 |