Class: Aws::Types::BatchGetWorkerResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetWorkerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchGetWorkerError]
Returns the value of attribute errors.
-
#workers ⇒ ::Array[Types::BatchGetWorkerItem]
Returns the value of attribute workers.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchGetWorkerError]
Returns the value of attribute errors.
539 540 541 |
# File 'sig/types.rbs', line 539 def errors @errors end |
#workers ⇒ ::Array[Types::BatchGetWorkerItem]
Returns the value of attribute workers.
538 539 540 |
# File 'sig/types.rbs', line 538 def workers @workers end |