

# EcsClusterDetails


Contains information about the details of the ECS Cluster.

## Contents


 ** activeServicesCount **   <a name="guardduty-Type-EcsClusterDetails-activeServicesCount"></a>
The number of services that are running on the cluster in an ACTIVE state.  
Type: Integer  
Required: No

 ** arn **   <a name="guardduty-Type-EcsClusterDetails-arn"></a>
The Amazon Resource Name (ARN) that identifies the cluster.  
Type: String  
Required: No

 ** name **   <a name="guardduty-Type-EcsClusterDetails-name"></a>
The name of the ECS Cluster.  
Type: String  
Required: No

 ** registeredContainerInstancesCount **   <a name="guardduty-Type-EcsClusterDetails-registeredContainerInstancesCount"></a>
The number of container instances registered into the cluster.  
Type: Integer  
Required: No

 ** runningTasksCount **   <a name="guardduty-Type-EcsClusterDetails-runningTasksCount"></a>
The number of tasks in the cluster that are in the RUNNING state.  
Type: Integer  
Required: No

 ** status **   <a name="guardduty-Type-EcsClusterDetails-status"></a>
The status of the ECS cluster.  
Type: String  
Required: No

 ** tags **   <a name="guardduty-Type-EcsClusterDetails-tags"></a>
The tags of the ECS Cluster.  
Type: Array of [Tag](API_Tag.md) objects  
Required: No

 ** taskDetails **   <a name="guardduty-Type-EcsClusterDetails-taskDetails"></a>
Contains information about the details of the ECS Task.  
Type: [EcsTaskDetails](API_EcsTaskDetails.md) object  
Required: No

## See Also


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/guardduty-2017-11-28/EcsClusterDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/guardduty-2017-11-28/EcsClusterDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/guardduty-2017-11-28/EcsClusterDetails) 