

# DataQualityMetricValues
<a name="API_DataQualityMetricValues"></a>

Describes the data quality metric value according to the analysis of historical data.

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

 ** ActualValue **   <a name="Glue-Type-DataQualityMetricValues-ActualValue"></a>
The actual value of the data quality metric.  
Type: Double  
Required: No

 ** ExpectedValue **   <a name="Glue-Type-DataQualityMetricValues-ExpectedValue"></a>
The expected value of the data quality metric according to the analysis of historical data.  
Type: Double  
Required: No

 ** LowerLimit **   <a name="Glue-Type-DataQualityMetricValues-LowerLimit"></a>
The lower limit of the data quality metric value according to the analysis of historical data.  
Type: Double  
Required: No

 ** UpperLimit **   <a name="Glue-Type-DataQualityMetricValues-UpperLimit"></a>
The upper limit of the data quality metric value according to the analysis of historical data.  
Type: Double  
Required: No

## See Also
<a name="API_DataQualityMetricValues_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/glue-2017-03-31/DataQualityMetricValues) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/DataQualityMetricValues) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/DataQualityMetricValues) 