Class: Aws::Deadline::Types::BatchGetJobEntityResponse

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

#entitiesArray<Types::JobEntity>

A list of the job entities, or details, in the batch.

Returns:



640
641
642
643
644
645
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 640

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

#errorsArray<Types::GetJobEntityError>

A list of errors from the job error logs for the batch.

Returns:



640
641
642
643
644
645
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 640

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