C# Class Amazon.IdentityManagement.Model.ListUsersRequest

Container for the parameters to the ListUsers operation.

Lists the users that have the specified path prefix. If there are none, the action returns an empty list.

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

Inheritance: AmazonIdentityManagementServiceRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListUsersRequest ( ) : 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

ListUsersRequest() public method

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