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

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

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

Метод Описание
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

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

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

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

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

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

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

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: =,.@-
Результат System