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
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetGroupName ( ) : bool
IsSetUserName ( ) : bool

Method Details

RemoveUserFromGroupRequest() public method

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

RemoveUserFromGroupRequest() public method

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: =,.@-
return System