C# Class 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.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetGroupName ( ) : bool

Method Details

DeleteGroupRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteGroupRequest ( ) : System
Résultat System

DeleteGroupRequest() public méthode

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: =,.@-
Résultat System