mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Improving docs for fetching EC2 instances in batches
This commit is contained in:
parent
59791abb84
commit
c5e4575747
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ module Fog
|
|||
#
|
||||
# ==== Parameters
|
||||
# * filters<~Hash> - List of filters to limit results with
|
||||
#
|
||||
# * Also allows for passing of optional parameters to fetch instances in batches:
|
||||
# * 'maxResults' - The number of instances to return for the request
|
||||
# * 'nextToken' - The token to fetch the next set of items. This is returned by a previous request.
|
||||
# ==== Returns
|
||||
# * response<~Excon::Response>:
|
||||
# * body<~Hash>:
|
||||
|
|
Loading…
Reference in a new issue