AWSConnectContactFlowModuleSearchFilter
Objective-C
@interface AWSConnectContactFlowModuleSearchFilter
Swift
class AWSConnectContactFlowModuleSearchFilter
The search criteria to be used to return flow modules.
-
An object that can be used to specify Tag conditions inside the
SearchFilter. This accepts anORofAND(List of List) input where:Top level list specifies conditions that need to be applied with
ORoperatorInner list specifies conditions that need to be applied with
ANDoperator.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectControlPlaneTagFilter *_Nullable tagFilter;Swift
var tagFilter: AWSConnectControlPlaneTagFilter? { get set }
View on GitHub
Install in Dash
AWSConnectContactFlowModuleSearchFilter Class Reference