DoubleCriteriaCondition
Defines a condition for filtering based on double/floating-point numeric values with comparison operators.
Contents
- comparison
-
The comparison operator to use, such as equals, greater than, less than, etc.
Type: String
Valid Values:
StringEquals | StringNotEquals | StringEqualsIgnoreCase | StringNotEqualsIgnoreCase | StringLike | StringNotLike | NumericEquals | NumericNotEquals | NumericLessThan | NumericLessThanEquals | NumericGreaterThan | NumericGreaterThanEqualsRequired: No
- values
-
The list of double values to compare against using the specified comparison operator.
Type: Array of doubles
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: