Class: Aws::Connect::Types::ContactFlowAttributeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowAttributeFilter
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Filter for contact flow attributes with multiple condition types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#and_condition ⇒ Types::ContactFlowAttributeAndCondition
A list of conditions which would be applied together with a AND condition.
-
#contact_flow_type_condition ⇒ Types::ContactFlowTypeCondition
Contact flow type condition within attribute filter.
-
#or_conditions ⇒ Array<Types::ContactFlowAttributeAndCondition>
A list of conditions which would be applied together with an OR condition.
-
#tag_condition ⇒ Types::TagCondition
A leaf node condition which can be used to specify a tag condition, for example,
HAVE BPO = 123.
Instance Attribute Details
#and_condition ⇒ Types::ContactFlowAttributeAndCondition
A list of conditions which would be applied together with a AND condition.
3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3918 class ContactFlowAttributeFilter < Struct.new( :or_conditions, :and_condition, :tag_condition, :contact_flow_type_condition) SENSITIVE = [] include Aws::Structure end |
#contact_flow_type_condition ⇒ Types::ContactFlowTypeCondition
Contact flow type condition within attribute filter.
3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3918 class ContactFlowAttributeFilter < Struct.new( :or_conditions, :and_condition, :tag_condition, :contact_flow_type_condition) SENSITIVE = [] include Aws::Structure end |
#or_conditions ⇒ Array<Types::ContactFlowAttributeAndCondition>
A list of conditions which would be applied together with an OR condition.
3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3918 class ContactFlowAttributeFilter < Struct.new( :or_conditions, :and_condition, :tag_condition, :contact_flow_type_condition) SENSITIVE = [] include Aws::Structure end |
#tag_condition ⇒ Types::TagCondition
A leaf node condition which can be used to specify a tag condition,
for example, HAVE BPO = 123.
3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3918 class ContactFlowAttributeFilter < Struct.new( :or_conditions, :and_condition, :tag_condition, :contact_flow_type_condition) SENSITIVE = [] include Aws::Structure end |