

# NumberFilter
<a name="API_NumberFilter"></a>

A number filter for querying findings.

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

 ** Eq **   <a name="securityhub-Type-NumberFilter-Eq"></a>
The equal-to condition to be applied to a single field when querying for findings.  
Type: Double  
Required: No

 ** Gt **   <a name="securityhub-Type-NumberFilter-Gt"></a>
 The greater-than condition to be applied to a single field when querying for findings.   
Type: Double  
Required: No

 ** Gte **   <a name="securityhub-Type-NumberFilter-Gte"></a>
The greater-than-equal condition to be applied to a single field when querying for findings.   
Type: Double  
Required: No

 ** Lt **   <a name="securityhub-Type-NumberFilter-Lt"></a>
 The less-than condition to be applied to a single field when querying for findings.   
Type: Double  
Required: No

 ** Lte **   <a name="securityhub-Type-NumberFilter-Lte"></a>
The less-than-equal condition to be applied to a single field when querying for findings.   
Type: Double  
Required: No

## See Also
<a name="API_NumberFilter_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/securityhub-2018-10-26/NumberFilter) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/securityhub-2018-10-26/NumberFilter) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/securityhub-2018-10-26/NumberFilter) 