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

Public Methods

Method 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

Method Description
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetUserName ( ) : bool

Method Details

ListGroupsForUserRequest() public method

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

ListGroupsForUserRequest() public method

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