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.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def name @name end |
#parent_group_id ⇒ ::String
Returns the value of attribute parent_group_id.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def parent_group_id @parent_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def end |