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
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool

Method Details

ListGroupPoliciesRequest() public method

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

ListGroupPoliciesRequest() public method

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: =,.@-
return System