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.



1953
1954
1955
1956
1957
# File 'lib/aws-sdk-deadline/types.rb', line 1953

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