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.
9045 9046 9047 |
# File 'sig/types.rbs', line 9045 def hierarchy_group_id @hierarchy_group_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9046 9047 9048 |
# File 'sig/types.rbs', line 9046 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9044 9045 9046 |
# File 'sig/types.rbs', line 9044 def name @name end |