Class: Aws::Connect::Types::ListCondition

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

Overview

A leaf node condition which can be used to specify a List condition to search users with attributes included in Lists like Proficiencies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsArray<Types::Condition>

A list of Condition objects which would be applied together with an AND condition.

Returns:



12118
12119
12120
12121
12122
12123
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12118

class ListCondition < Struct.new(
  :target_list_type,
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end

#target_list_typeString

The type of target list that will be used to filter the users.

Returns:

  • (String)


12118
12119
12120
12121
12122
12123
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12118

class ListCondition < Struct.new(
  :target_list_type,
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end