Class: Aws::Types::ContactEvaluationAttributeAndCondition
- Inherits:
-
Object
- Object
- Aws::Types::ContactEvaluationAttributeAndCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_conditions ⇒ ::Array[Types::ContactEvaluationAttributeCondition]
Returns the value of attribute attribute_conditions.
-
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
Instance Attribute Details
#attribute_conditions ⇒ ::Array[Types::ContactEvaluationAttributeCondition]
Returns the value of attribute attribute_conditions.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def attribute_conditions @attribute_conditions end |
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def tag_conditions @tag_conditions end |