Class: Aws::Types::CreateUserHierarchyGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserHierarchyGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hierarchy_group_arn ⇒ ::String
Returns the value of attribute hierarchy_group_arn.
-
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
Instance Attribute Details
#hierarchy_group_arn ⇒ ::String
Returns the value of attribute hierarchy_group_arn.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def hierarchy_group_arn @hierarchy_group_arn end |
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def hierarchy_group_id @hierarchy_group_id end |