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

Container for the parameters to the DeleteGroup operation.

Deletes the specified group. The group must not contain any Users or have any attached policies.

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

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

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

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

DeleteGroupRequest ( string groupName ) : System

Instantiates DeleteGroupRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DeleteGroupRequest with the parameterized properties
public DeleteGroupRequest ( string groupName ) : System
groupName string The name of the IAM group 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