mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS|cloud_watch]: fix list_metrics NextMarker should be NextToken
http://docs.amazonwebservices.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html
This commit is contained in:
parent
9bda38a5dc
commit
f61f31958f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module Fog
|
|||
@metric[name] = value
|
||||
when 'Dimensions'
|
||||
@in_dimensions = false
|
||||
when 'NextMarker'
|
||||
when 'NextToken'
|
||||
@response['ListMetricsResult'][name] = value
|
||||
when 'RequestId'
|
||||
@response['ResponseMetadata'][name] = value
|
||||
|
|
Loading…
Reference in a new issue