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.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def attribute_conditions @attribute_conditions end |
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def tag_conditions @tag_conditions end |