mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS|DynamoDB] ConsumedCapacityUnits should be a Float
This commit is contained in:
parent
2d22c8bda6
commit
e2d54f5e43
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Shindo.tests('Fog::AWS[:dynamodb] | item requests', ['aws']) do
|
|||
end
|
||||
|
||||
@query_format = {
|
||||
'ConsumedCapacityUnits' => Integer,
|
||||
'ConsumedCapacityUnits' => Float,
|
||||
'Count' => Integer,
|
||||
'Items' => [{
|
||||
'key' => { 'S' => String },
|
||||
|
|
Loading…
Add table
Reference in a new issue