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:
commit
1b10a5f69a
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…
Add table
Reference in a new issue