Class: Aws::Types::AttributeAndCondition
- Inherits:
-
Object
- Object
- Aws::Types::AttributeAndCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hierarchy_group_condition ⇒ Types::HierarchyGroupCondition
Returns the value of attribute hierarchy_group_condition.
-
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
Instance Attribute Details
#hierarchy_group_condition ⇒ Types::HierarchyGroupCondition
Returns the value of attribute hierarchy_group_condition.
518 519 520 |
# File 'sig/types.rbs', line 518 def hierarchy_group_condition @hierarchy_group_condition end |
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
517 518 519 |
# File 'sig/types.rbs', line 517 def tag_conditions @tag_conditions end |