Class: Aws::Types::UpdateUserHierarchyGroupNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserHierarchyGroupNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
8842 8843 8844 |
# File 'sig/types.rbs', line 8842 def hierarchy_group_id @hierarchy_group_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8843 8844 8845 |
# File 'sig/types.rbs', line 8843 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8841 8842 8843 |
# File 'sig/types.rbs', line 8841 def name @name end |