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.
4141 4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-connect/types.rb', line 4141 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.
4141 4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-connect/types.rb', line 4141 class ContactEvaluationAttributeAndCondition < Struct.new( :tag_conditions, :attribute_conditions) SENSITIVE = [] include Aws::Structure end |