Class: Aws::Types::BatchGetWorkerResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetWorkerError]

Returns the value of attribute errors.

Returns:



539
540
541
# File 'sig/types.rbs', line 539

def errors
  @errors
end

#workers::Array[Types::BatchGetWorkerItem]

Returns the value of attribute workers.

Returns:



538
539
540
# File 'sig/types.rbs', line 538

def workers
  @workers
end