C# Class Amazon.IdentityManagement.Model.ListGroupsRequest

Container for the parameters to the ListGroups operation. Lists the IAM groups that have the specified path prefix.

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

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

Public Methods

Method Description
ListGroupsRequest ( ) : System

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

Private Methods

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

Method Details

ListGroupsRequest() public method

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