Class: Aws::Connect::Types::ContactEvaluationAttributeAndCondition

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

Instance Attribute Details

#attribute_conditionsArray<Types::ContactEvaluationAttributeCondition>

A list of attribute conditions to apply.



4076
4077
4078
4079
4080
4081
# File 'lib/aws-sdk-connect/types.rb', line 4076

class ContactEvaluationAttributeAndCondition < Struct.new(
  :tag_conditions,
  :attribute_conditions)
  SENSITIVE = []
  include Aws::Structure
end

#tag_conditionsArray<Types::TagCondition>

A list of tag conditions to apply.

Returns:



4076
4077
4078
4079
4080
4081
# File 'lib/aws-sdk-connect/types.rb', line 4076

class ContactEvaluationAttributeAndCondition < Struct.new(
  :tag_conditions,
  :attribute_conditions)
  SENSITIVE = []
  include Aws::Structure
end