Class: Aws::Types::UpdateUserHierarchyStructureRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserHierarchyStructureRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hierarchy_structure ⇒ Types::HierarchyStructureUpdate
Returns the value of attribute hierarchy_structure.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#hierarchy_structure ⇒ Types::HierarchyStructureUpdate
Returns the value of attribute hierarchy_structure.
9197 9198 9199 |
# File 'sig/types.rbs', line 9197 def hierarchy_structure @hierarchy_structure end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9198 9199 9200 |
# File 'sig/types.rbs', line 9198 def instance_id @instance_id end |