Class: Aws::Connect::Types::ContactFlowAttributeAndCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowAttributeAndCondition
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A list of conditions which would be applied together with an AND condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_type_condition ⇒ Types::ContactFlowTypeCondition
Contact flow type condition.
-
#tag_conditions ⇒ Array<Types::TagCondition>
Tag-based conditions for contact flow filtering.
Instance Attribute Details
#contact_flow_type_condition ⇒ Types::ContactFlowTypeCondition
Contact flow type condition.
3888 3889 3890 3891 3892 3893 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3888 class ContactFlowAttributeAndCondition < Struct.new( :tag_conditions, :contact_flow_type_condition) SENSITIVE = [] include Aws::Structure end |
#tag_conditions ⇒ Array<Types::TagCondition>
Tag-based conditions for contact flow filtering.
3888 3889 3890 3891 3892 3893 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3888 class ContactFlowAttributeAndCondition < Struct.new( :tag_conditions, :contact_flow_type_condition) SENSITIVE = [] include Aws::Structure end |