You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::MatchRange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MatchRange as input to an Aws::Client method, you can use a vanilla Hash:

{
  end: 1, # required
  start: 1, # required
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#endInteger

The end of the range.

Returns:

  • (Integer)

    The end of the range.

#startInteger

The start of the range.

Returns:

  • (Integer)

    The start of the range.