

# WorkerSummary
<a name="API_WorkerSummary"></a>

The summary of details for a worker.

## Contents
<a name="API_WorkerSummary_Contents"></a>

 ** createdAt **   <a name="deadlinecloud-Type-WorkerSummary-createdAt"></a>
The date and time the resource was created.  
Type: Timestamp  
Required: Yes

 ** createdBy **   <a name="deadlinecloud-Type-WorkerSummary-createdBy"></a>
The user or system that created this resource.  
Type: String  
Required: Yes

 ** farmId **   <a name="deadlinecloud-Type-WorkerSummary-farmId"></a>
The farm ID.  
Type: String  
Pattern: `farm-[0-9a-f]{32}`   
Required: Yes

 ** fleetId **   <a name="deadlinecloud-Type-WorkerSummary-fleetId"></a>
The fleet ID.  
Type: String  
Pattern: `fleet-[0-9a-f]{32}`   
Required: Yes

 ** status **   <a name="deadlinecloud-Type-WorkerSummary-status"></a>
The status of the worker.  
Type: String  
Valid Values: `CREATED | STARTED | STOPPING | STOPPED | NOT_RESPONDING | NOT_COMPATIBLE | RUNNING | IDLE`   
Required: Yes

 ** workerId **   <a name="deadlinecloud-Type-WorkerSummary-workerId"></a>
The worker ID.  
Type: String  
Pattern: `worker-[0-9a-f]{32}`   
Required: Yes

 ** hostProperties **   <a name="deadlinecloud-Type-WorkerSummary-hostProperties"></a>
The host properties of the worker.  
Type: [HostPropertiesResponse](API_HostPropertiesResponse.md) object  
Required: No

 ** log **   <a name="deadlinecloud-Type-WorkerSummary-log"></a>
The log configuration for the worker.  
Type: [LogConfiguration](API_LogConfiguration.md) object  
Required: No

 ** updatedAt **   <a name="deadlinecloud-Type-WorkerSummary-updatedAt"></a>
The date and time the resource was updated.  
Type: Timestamp  
Required: No

 ** updatedBy **   <a name="deadlinecloud-Type-WorkerSummary-updatedBy"></a>
The user or system that updated this resource.  
Type: String  
Required: No

## See Also
<a name="API_WorkerSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/deadline-2023-10-12/WorkerSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/deadline-2023-10-12/WorkerSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/deadline-2023-10-12/WorkerSummary) 