Class: Aws::Types::AddUserToGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddUserToGroupRequest
- 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.
66 67 68 |
# File 'sig/types.rbs', line 66 def group_name @group_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
67 68 69 |
# File 'sig/types.rbs', line 67 def user_name @user_name end |