Class: Aws::Types::UpdateUserHierarchyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserHierarchyRequest
- 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.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
8848 8849 8850 |
# File 'sig/types.rbs', line 8848 def hierarchy_group_id @hierarchy_group_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8850 8851 8852 |
# File 'sig/types.rbs', line 8850 def instance_id @instance_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8849 8850 8851 |
# File 'sig/types.rbs', line 8849 def user_id @user_id end |