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.



4219
4220
4221
4222
4223
4224
# File 'lib/aws-sdk-connect/types.rb', line 4219

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:



4219
4220
4221
4222
4223
4224
# File 'lib/aws-sdk-connect/types.rb', line 4219

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