Class: Aws::Deadline::Types::BatchGetWorkerRequest

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

#identifiersArray<Types::BatchGetWorkerIdentifier>

The list of worker identifiers to retrieve. You can specify up to 100 identifiers per request.



1964
1965
1966
1967
1968
# File 'lib/aws-sdk-deadline/types.rb', line 1964

class BatchGetWorkerRequest < Struct.new(
  :identifiers)
  SENSITIVE = []
  include Aws::Structure
end