C# Класс 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.

Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ListUsersRequest ( ) : System

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

Приватные методы

Метод Описание
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetPathPrefix ( ) : bool

Описание методов

ListUsersRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ListUsersRequest ( ) : System
Результат System