C# Class Amazon.IdentityManagement.Model.DeleteUserRequest

Container for the parameters to the DeleteUser operation.

Deletes the specified user. The user must not belong to any groups, have any keys or signing certificates, or have any attached policies.

Inheritance: AmazonIdentityManagementServiceRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteUserRequest ( ) : System

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

DeleteUserRequest ( string userName ) : System

Instantiates DeleteUserRequest with the parameterized properties

Private Methods

Method Description
IsSetUserName ( ) : bool

Method Details

DeleteUserRequest() public method

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

DeleteUserRequest() public method

Instantiates DeleteUserRequest with the parameterized properties
public DeleteUserRequest ( string userName ) : System
userName string The name of the user 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: =,.@-
return System