Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest.RemoveUserFromGroupRequest C# (CSharp) Метод

RemoveUserFromGroupRequest() публичный Метод

Instantiates RemoveUserFromGroupRequest with the parameterized properties
public RemoveUserFromGroupRequest ( string groupName, string userName ) : System
groupName string The name of the group to update. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName string The name of the user to remove. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
Результат System
        public RemoveUserFromGroupRequest(string groupName, string userName)
        {
            _groupName = groupName;
            _userName = userName;
        }

Same methods

RemoveUserFromGroupRequest::RemoveUserFromGroupRequest ( ) : System