EvaluationSearchCriteria
The search criteria to be used to return evaluations.
Contents
- AndConditions
-
A list of conditions which would be applied together with an AND condition.
Type: Array of EvaluationSearchCriteria objects
Required: No
- BooleanCondition
-
The boolean condition search criteria for searching evaluations.
Type: BooleanCondition object
Required: No
- DateTimeCondition
-
The datetime condition search criteria for searching evaluations.
Type: DateTimeCondition object
Required: No
- DecimalCondition
-
The decimal condition search criteria for searching evaluations.
Type: DecimalCondition object
Required: No
- NumberCondition
-
A leaf node condition which can be used to specify a numeric condition.
Note
The currently supported value for
FieldNameislimit.Type: NumberCondition object
Required: No
- OrConditions
-
A list of conditions which would be applied together with an OR condition.
Type: Array of EvaluationSearchCriteria objects
Required: No
- StringCondition
-
A leaf node condition which can be used to specify a string condition.
Type: StringCondition object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: