1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1211 from mikehale/master

[AWS|cloud_watch]: fix list_metrics NextMarker should be NextToken
This commit is contained in:
Wesley Beary 2012-10-17 13:55:12 -07:00
commit 1b10a5f69a

View file

@ -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