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