C# Class Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest

Container for the parameters to the RemoveUserFromGroup operation.

Removes the specified User from the specified group.

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

Méthodes publiques

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

Private Methods

Méthode Description
IsSetGroupName ( ) : bool
IsSetUserName ( ) : bool

Method Details

RemoveUserFromGroupRequest() public méthode

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

RemoveUserFromGroupRequest() public méthode

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