C# Class 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.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool

Method Details

ListGroupPoliciesRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public ListGroupPoliciesRequest ( ) : System
Résultat System

ListGroupPoliciesRequest() public méthode

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: =,.@-
Résultat System