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.
9071 9072 9073 |
# File 'sig/types.rbs', line 9071 def hierarchy_group_id @hierarchy_group_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9072 9073 9074 |
# File 'sig/types.rbs', line 9072 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9070 9071 9072 |
# File 'sig/types.rbs', line 9070 def name @name end |