

# MetricQueryValue
<a name="API_MetricQueryValue"></a>

The aggregated values of the metric.

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

 ** Avg **   <a name="iotwireless-Type-MetricQueryValue-Avg"></a>
The average of the values of all data points collected during the aggregation period.  
Type: Double  
Required: No

 ** Max **   <a name="iotwireless-Type-MetricQueryValue-Max"></a>
The maximum of the values of all the data points collected during the aggregation period.  
Type: Double  
Required: No

 ** Min **   <a name="iotwireless-Type-MetricQueryValue-Min"></a>
The minimum of the values of all data points collected during the aggregation period.  
Type: Double  
Required: No

 ** P90 **   <a name="iotwireless-Type-MetricQueryValue-P90"></a>
The 90th percentile of the values of all data points collected during the aggregation period.  
Type: Double  
Required: No

 ** Std **   <a name="iotwireless-Type-MetricQueryValue-Std"></a>
The standard deviation of the values of all data points collected during the aggregation period.  
Type: Double  
Required: No

 ** Sum **   <a name="iotwireless-Type-MetricQueryValue-Sum"></a>
The sum of the values of all data points collected during the aggregation period.  
Type: Double  
Required: No

## See Also
<a name="API_MetricQueryValue_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/iotwireless-2025-11-06/MetricQueryValue) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotwireless-2025-11-06/MetricQueryValue) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotwireless-2025-11-06/MetricQueryValue) 