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.



4144
4145
4146
4147
4148
4149
# File 'lib/aws-sdk-connect/types.rb', line 4144

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:



4144
4145
4146
4147
4148
4149
# File 'lib/aws-sdk-connect/types.rb', line 4144

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