C# Класс Amazon.IdentityManagement.Model.GetGroupRequest

Container for the parameters to the GetGroup operation.

Returns a list of Users that are in the specified group. You can paginate the results using the MaxItems and Marker parameters.

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

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

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

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

GetGroupRequest ( string groupName ) : System

Instantiates GetGroupRequest with the parameterized properties

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

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

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

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

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

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

Instantiates GetGroupRequest with the parameterized properties
public GetGroupRequest ( string groupName ) : System
groupName string The name of the group. 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