C# Class Amazon.IdentityManagement.Model.ListGroupsForUserRequest

Container for the parameters to the ListGroupsForUser operation. Lists the IAM groups that the specified IAM user belongs to.

You can paginate the results using the MaxItems and Marker parameters.

Inheritance: AmazonIdentityManagementServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ListGroupsForUserRequest ( ) : System

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

ListGroupsForUserRequest ( string userName ) : System

Instantiates ListGroupsForUserRequest with the parameterized properties

Private Methods

Méthode Description
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetUserName ( ) : bool

Method Details

ListGroupsForUserRequest() public méthode

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

ListGroupsForUserRequest() public méthode

Instantiates ListGroupsForUserRequest with the parameterized properties
public ListGroupsForUserRequest ( string userName ) : System
userName string The name of the user to list groups for. 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