DecimalCondition
A decimal search condition for Search APIs.
Contents
- ComparisonType
-
The type of comparison to be made when evaluating the decimal condition.
Type: String
Valid Values:
GREATER_OR_EQUAL | GREATER | LESSER_OR_EQUAL | LESSER | EQUAL | NOT_EQUAL | RANGERequired: No
- FieldName
-
A name of the decimal property to be searched.
Type: String
Required: No
- MaxValue
-
A maximum value of the decimal property.
Type: Double
Required: No
- MinValue
-
A minimum value of the decimal property.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: