Class: Aws::Connect::Types::ContactFlowModuleSearchFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#tag_filterTypes::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 ‘OR` operator

  • Inner list specifies conditions that need to be applied with ‘AND` operator.



2617
2618
2619
2620
2621
# File 'lib/aws-sdk-connect/types.rb', line 2617

class ContactFlowModuleSearchFilter < Struct.new(
  :tag_filter)
  SENSITIVE = []
  include Aws::Structure
end