Class: Aws::Connect::Types::ContactFlowAttributeAndCondition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contact_flow_type_conditionTypes::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_conditionsArray<Types::TagCondition>

Tag-based conditions for contact flow filtering.

Returns:



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