AWSConnectQueueSearchFilter
Objective-C
@interface AWSConnectQueueSearchFilter
Swift
class AWSConnectQueueSearchFilter
Filters to be applied to search results.
-
An object that can be used to specify Tag conditions inside the
SearchFilter
. This accepts anOR
ofAND
(List of List) input where:Top level list specifies conditions that need to be applied with
OR
operatorInner list specifies conditions that need to be applied with
AND
operator.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectControlPlaneTagFilter *_Nullable tagFilter;
Swift
var tagFilter: AWSConnectControlPlaneTagFilter? { get set }