
describe-auto-scaling-instances
*******************************


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

Returns a description of each Auto Scaling instance in the
"--instance-ids" list. If a list is not provided, the service returns
the full details of all instances up to a maximum of 50. By default,
the service returns a list of 20 items.

This action supports pagination by returning a token if there are more
pages to retrieve. To get the next page, call this action again with
the returned token as the "--next-token" parameter.


SYNOPSIS
========

   aws autoscaling describe-auto-scaling-instances
     [--max-records <value>]
     [--next-token <value>]
     [--instance-ids <value>]


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

None


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

"--max-records"  (integer)
   The maximum number of Auto Scaling instances to be described with
   each call.

"--next-token"  (string)
   The token returned by a previous call to indicate that there is
   more data available.

"--instance-ids"  (list of string)
   The list of Auto Scaling instances to describe. If this list is
   omitted, all auto scaling instances are described. The list of
   requested instances cannot contain more than 50 items. If unknown
   instances are requested, they are ignored with no error.

   *Parameter Syntax*

      ["string", ...]
