C# Class Amazon.IdentityManagement.Model.GetUserRequest

Container for the parameters to the GetUser operation. Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.

If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID used to sign the request to this API.

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

Public Methods

Method Description
GetUserRequest ( ) : System

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

Private Methods

Method Description
IsSetUserName ( ) : bool

Method Details

GetUserRequest() public method

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