

# MetricDataResult
<a name="API_MetricDataResult"></a>

 Contains a single data point from a capacity metrics query, including the dimension values, timestamp, and metric values for that specific combination. 

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

 ** dimension **   
 The dimension values that identify this specific data point, such as account ID, region, and instance family.   
Type: [CapacityManagerDimension](API_CapacityManagerDimension.md) object  
Required: No

 ** MetricValueSet.N **   
 The metric values and statistics for this data point, containing the actual capacity usage numbers.   
Type: Array of [MetricValue](API_MetricValue.md) objects  
Required: No

 ** timestamp **   
 The timestamp for this data point, indicating when the capacity usage occurred.   
Type: Timestamp  
Required: No

## See Also
<a name="API_MetricDataResult_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/ec2-2016-11-15/MetricDataResult) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ec2-2016-11-15/MetricDataResult) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ec2-2016-11-15/MetricDataResult) 