NumberCondition
A leaf node condition which can be used to specify a numeric condition.
Note
The currently supported value for FieldName
is limit
.
Contents
- ComparisonType
-
The type of comparison to be made when evaluating the number condition.
Type: String
Valid Values:
GREATER_OR_EQUAL | GREATER | LESSER_OR_EQUAL | LESSER | EQUAL | NOT_EQUAL | RANGE
Required: No
- FieldName
-
The name of the field in the number condition.
Type: String
Required: No
- MaxValue
-
The maxValue to be used while evaluating the number condition.
Type: Integer
Required: No
- MinValue
-
The minValue to be used while evaluating the number condition.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: