Class: Aws::Connect::Types::ContactFlowSearchFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Filters to be applied to search results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_attribute_filterTypes::ContactFlowAttributeFilter

Flow attribute filter for contact flow search operations.



4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4284

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

#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.



4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4284

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