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.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def group_name @group_name end |
#new_group_name ⇒ ::String
Returns the value of attribute new_group_name.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def new_group_name @new_group_name end |
#new_path ⇒ ::String
Returns the value of attribute new_path.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def new_path @new_path end |