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