DataSetNumericComparisonFilterCondition
A filter condition that compares numeric values using operators like EQUALS, GREATER_THAN,
or LESS_THAN.
Contents
Note
In the following list, the required parameters are described first.
- Operator
-
The comparison operator to use, such as
EQUALS,GREATER_THAN,LESS_THAN, or their variants.Type: String
Valid Values:
EQUALS | DOES_NOT_EQUAL | GREATER_THAN | GREATER_THAN_OR_EQUALS_TO | LESS_THAN | LESS_THAN_OR_EQUALS_TORequired: Yes
- Value
-
The numeric value to compare against.
Type: DataSetNumericFilterValue object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: