Class: Aws::Deadline::Types::BatchGetJobEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetJobEntityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::JobEntity>
A list of the job entities, or details, in the batch.
-
#errors ⇒ Array<Types::GetJobEntityError>
A list of errors from the job error logs for the batch.
Instance Attribute Details
#entities ⇒ Array<Types::JobEntity>
A list of the job entities, or details, in the batch.
689 690 691 692 693 694 |
# File 'lib/aws-sdk-deadline/types.rb', line 689 class BatchGetJobEntityResponse < Struct.new( :entities, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::GetJobEntityError>
A list of errors from the job error logs for the batch.
689 690 691 692 693 694 |
# File 'lib/aws-sdk-deadline/types.rb', line 689 class BatchGetJobEntityResponse < Struct.new( :entities, :errors) SENSITIVE = [] include Aws::Structure end |