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

Container for the parameters to the DeleteUser operation.

Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies.

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

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

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

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

DeleteUserRequest ( string userName ) : System

Instantiates DeleteUserRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DeleteUserRequest with the parameterized properties
public DeleteUserRequest ( string userName ) : System
userName string The name of the user to delete. 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