I am currently using the following command to get the blended and unblended cost:
aws ce get-cost-and-usage --time-period Start=2019-12-01,End=2020-01-01 --granularity MONTHLY --metrics "BlendedCost" "UnblendedCost" "UsageQuantity" --group-by Type=DIMENSION,Key=SERVICE
Is there any command or an option that I can use to get the credits and its usage? I couldn't find much on AWS's documentation, so posting a question here.