Class: Aws::Types::UpdateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#new_group_name ⇒ ::String
Returns the value of attribute new_group_name.
-
#new_path ⇒ ::String
Returns the value of attribute new_path.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def group_name @group_name end |
#new_group_name ⇒ ::String
Returns the value of attribute new_group_name.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def new_group_name @new_group_name end |
#new_path ⇒ ::String
Returns the value of attribute new_path.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def new_path @new_path end |