Class: Aws::Types::HierarchyGroupCondition
- Inherits:
-
Object
- Object
- Aws::Types::HierarchyGroupCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hierarchy_group_match_type ⇒ "EXACT", "WITH_CHILD_GROUPS"
Returns the value of attribute hierarchy_group_match_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#hierarchy_group_match_type ⇒ "EXACT", "WITH_CHILD_GROUPS"
Returns the value of attribute hierarchy_group_match_type.
4250 4251 4252 |
# File 'sig/types.rbs', line 4250 def hierarchy_group_match_type @hierarchy_group_match_type end |
#value ⇒ ::String
Returns the value of attribute value.
4249 4250 4251 |
# File 'sig/types.rbs', line 4249 def value @value end |