

# MatchRange
<a name="API_MatchRange"></a>

An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.

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

 ** end **   <a name="appmesh-Type-MatchRange-end"></a>
The end of the range.  
Type: Long  
Required: Yes

 ** start **   <a name="appmesh-Type-MatchRange-start"></a>
The start of the range.  
Type: Long  
Required: Yes

## See Also
<a name="API_MatchRange_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/appmesh-2019-01-25/MatchRange) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/appmesh-2019-01-25/MatchRange) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/appmesh-2019-01-25/MatchRange) 