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

Container for the parameters to the ListGroupPolicies operation.

Lists the names of the policies associated with the specified group. If there are none, the action returns an empty list.

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

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

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

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

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

ListGroupPoliciesRequest ( string groupName ) : System

Instantiates ListGroupPoliciesRequest with the parameterized properties

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

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

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

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

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

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

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