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