Created
August 7, 2019 14:15
-
-
Save iamronsuez/5e34605fd7bd6d0efa0c2ac945529495 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"GroupDefinitions": [ | |
{ | |
"Type": "DIMENSION", | |
"Key": "AZ" | |
} | |
], | |
"ResultsByTime": [ | |
{ | |
"TimePeriod": { | |
"Start": "2019-08-01", | |
"End": "2019-09-01" | |
}, | |
"Total": {}, | |
"Groups": [ | |
{ | |
"Keys": [ | |
"NoAZ" | |
], | |
"Metrics": { | |
"AmortizedCost": { | |
"Amount": "3.7550236389", | |
"Unit": "USD" | |
}, | |
"BlendedCost": { | |
"Amount": "3.7550236389", | |
"Unit": "USD" | |
}, | |
"NetUnblendedCost": { | |
"Amount": "3.7550236389", | |
"Unit": "USD" | |
}, | |
"UsageQuantity": { | |
"Amount": "370.2707006434", | |
"Unit": "N/A" | |
} | |
} | |
}, | |
{ | |
"Keys": [ | |
"us-east-1" | |
], | |
"Metrics": { | |
"AmortizedCost": { | |
"Amount": "0", | |
"Unit": "USD" | |
}, | |
"BlendedCost": { | |
"Amount": "0", | |
"Unit": "USD" | |
}, | |
"NetUnblendedCost": { | |
"Amount": "0", | |
"Unit": "USD" | |
}, | |
"UsageQuantity": { | |
"Amount": "1335", | |
"Unit": "N/A" | |
} | |
} | |
} | |
], | |
"Estimated": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment