Class: Aws::Types::CreateUserHierarchyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserHierarchyGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def name @name end |
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def parent_group_id @parent_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def @tags end |