Class: Aws::Connect::Types::ListCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListCondition
- 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
-
#conditions ⇒ Array<Types::Condition>
A list of Condition objects which would be applied together with an AND condition.
-
#target_list_type ⇒ String
The type of target list that will be used to filter the users.
Instance Attribute Details
#conditions ⇒ Array<Types::Condition>
A list of Condition objects which would be applied together with an AND condition.
13618 13619 13620 13621 13622 13623 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13618 class ListCondition < Struct.new( :target_list_type, :conditions) SENSITIVE = [] include Aws::Structure end |
#target_list_type ⇒ String
The type of target list that will be used to filter the users.
13618 13619 13620 13621 13622 13623 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13618 class ListCondition < Struct.new( :target_list_type, :conditions) SENSITIVE = [] include Aws::Structure end |