C# Класс Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest

Container for the parameters to the RemoveUserFromGroup operation.

Removes the specified User from the specified group.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RemoveUserFromGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RemoveUserFromGroupRequest ( string groupName, string userName ) : System

Instantiates RemoveUserFromGroupRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetGroupName ( ) : bool
IsSetUserName ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public RemoveUserFromGroupRequest ( ) : System
Результат System

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