
get-group
*********


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

Returns a list of users that are in the specified group. You can
paginate the results using the "--max-items" and "--marker"
parameters.


SYNOPSIS
========

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


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

"--group-name"  (string)
   Name of the group.


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 user names you want in the response. If there are
   additional user names beyond the maximum you specify, the
   "IsTruncated" response element is "true" .
