
list-account-aliases
********************


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

Lists the account aliases associated with the account. For information
about using an AWS account alias, see Using an Alias for Your AWS
Account ID in *Using AWS Identity and Access Management* .

You can paginate the results using the "--max-items" and "--marker"
parameters.


SYNOPSIS
========

   aws iam list-account-aliases
     [--marker <value>]
     [--max-items <value>]


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

None


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