Class: Aws::Connect::Types::ContactFlowModuleSearchFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowModuleSearchFilter
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The search criteria to be used to return flow modules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_filter ⇒ Types::ControlPlaneTagFilter
An object that can be used to specify Tag conditions inside the
SearchFilter.
Instance Attribute Details
#tag_filter ⇒ Types::ControlPlaneTagFilter
An object that can be used to specify Tag conditions inside the
SearchFilter. This accepts an OR of AND (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.
4150 4151 4152 4153 4154 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4150 class ContactFlowModuleSearchFilter < Struct.new( :tag_filter) SENSITIVE = [] include Aws::Structure end |