GroupSearchFilter
A GroupSearchFilter object that you want to apply to your search.
Contents
Note
In the following list, the required parameters are described first.
- Name
-
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". Currently, the only supported name isGROUP_NAME.Type: String
Valid Values:
GROUP_NAMERequired: Yes
- Operator
-
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator isStartsWith.Type: String
Valid Values:
StartsWithRequired: Yes
- Value
-
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter.Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: