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.
506 507 508 |
# File 'sig/types.rbs', line 506 def hierarchy_group_condition @hierarchy_group_condition end |
#tag_conditions ⇒ ::Array[Types::TagCondition]
Returns the value of attribute tag_conditions.
505 506 507 |
# File 'sig/types.rbs', line 505 def tag_conditions @tag_conditions end |