
list-group-policies
*******************


DESCRIPTION
===========

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 "--max-items" and "--marker"
parameters.


SYNOPSIS
========

   aws iam list-group-policies
     --group-name <value>
     [--marker <value>]
     [--max-items <value>]


REQUIRED PARAMETERS
===================

"--group-name"  (string)
   The name of the group to list policies for.


OPTIONAL PARAMETERS
===================

"--marker"  (string)
   Use this only when paginating results, and only in a subsequent
   request after you've received a response where the results are
   truncated. Set it to the value of the "--marker" element in the
   response you just received.

"--max-items"  (integer)
   Use this only when paginating results to indicate the maximum
   number of policy names you want in the response. If there are
   additional policy names beyond the maximum you specify, the
   "IsTruncated" response element is "true" .
