Container for the parameters to the RemoveUserFromGroup operation.
Removes the specified user from the specified group.

C# |
public class RemoveUserFromGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RemoveUserFromGroupRequest()()()() | Initializes a new instance of the RemoveUserFromGroupRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | GroupName |
Gets and sets the property GroupName.
Name of the group to update. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UserName |
Gets and sets the property UserName.
Name of the user to remove. |
![]() | WithGroupName(String) | Obsolete.
Sets the GroupName property
|
![]() | WithUserName(String) | Obsolete.
Sets the UserName property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | RemoveUserFromGroupRequest |