Class: Aws::Connect::Types::ContactFlowAttributeAndCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowAttributeAndCondition
- Includes:
- Structure
- Defined in:
- 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.
3925 3926 3927 3928 3929 3930 |
# File 'lib/aws-sdk-connect/types.rb', line 3925 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.
3925 3926 3927 3928 3929 3930 |
# File 'lib/aws-sdk-connect/types.rb', line 3925 class ContactFlowAttributeAndCondition < Struct.new( :tag_conditions, :contact_flow_type_condition) SENSITIVE = [] include Aws::Structure end |