class Aws::IAM::Types::AddUserToGroupRequest

@note When making an API call, you may pass AddUserToGroupRequest

data as a hash:

    {
      group_name: "groupNameType", # required
      user_name: "existingUserNameType", # required
    }

@!attribute [rw] group_name

The name of the group to update.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] user_name

The name of the user to add.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddUserToGroupRequest AWS API Documentation

Constants

SENSITIVE