Class: Aws::Connect::Types::ContactEvaluationAttributeAndCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactEvaluationAttributeAndCondition
- 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
-
#attribute_conditions ⇒ Array<Types::ContactEvaluationAttributeCondition>
A list of attribute conditions to apply.
-
#tag_conditions ⇒ Array<Types::TagCondition>
A list of tag conditions to apply.
Instance Attribute Details
#attribute_conditions ⇒ Array<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_conditions ⇒ Array<Types::TagCondition>
A list of tag 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 |