FilterValue
A value used in filter comparisons, supporting different data types.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- booleanValue
-
A boolean value for true/false filtering conditions.
Type: Boolean
Required: No
- doubleValue
-
A numeric value for numerical filtering and comparisons.
Type: Double
Required: No
- stringValue
-
A string value for text-based filtering.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: