Class: Aws::Types::RemoveUserFromGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveUserFromGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def group_name @group_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def user_name @user_name end |