class Aws::AppMesh::Types::MatchRange
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.
@note When making an API call, you may pass MatchRange
data as a hash: { end: 1, # required start: 1, # required }
@!attribute [rw] end
The end of the range. @return [Integer]
@!attribute [rw] start
The start of the range. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/MatchRange AWS API Documentation
Constants
- SENSITIVE