Class: Aws::Deadline::Types::BatchGetWorkerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchGetWorkerError>

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

Returns:



1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-deadline/types.rb', line 1969

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

#workersArray<Types::BatchGetWorkerItem>

A list of workers that were successfully retrieved.

Returns:



1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-deadline/types.rb', line 1969

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