
list-virtual-mfa-devices
************************


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

Lists the virtual MFA devices under the AWS account by assignment
status. If you do not specify an assignment status, the action returns
a list of all virtual MFA devices. Assignment status can be "Assigned"
, "Unassigned" , or "Any" .

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


SYNOPSIS
========

   aws iam list-virtual-mfa-devices
     [--marker <value>]
     [--assignment-status <value>]
     [--max-items <value>]


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

None


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

"--marker"  (string)
   Use this parameter 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.

"--assignment-status"  (string)
   The status (unassigned or assigned) of the devices to list. If you
   do not specify an "--assignment-status" , the action defaults to
   "Any" which lists both assigned and unassigned virtual MFA devices.

"--max-items"  (integer)
   Use this parameter 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" .
