AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The spend objects that are associated with this budget. The actualSpend tracks how much you've used, cost, usage, RI units, or Savings Plans units and the forecastedSpend tracks how much that you're predicted to spend based on your historical usage profile.

For example, if it's the 20th of the month and you have spent 50 dollars on Amazon EC2, your actualSpend is 50 USD, and your forecastedSpend is 75 USD.

Inheritance Hierarchy

System.Object
  Amazon.Budgets.Model.CalculatedSpend

Namespace: Amazon.Budgets.Model
Assembly: AWSSDK.Budgets.dll
Version: 3.x.y.z

Syntax

C#
public class CalculatedSpend

The CalculatedSpend type exposes the following members

Constructors

NameDescription
Public Method CalculatedSpend()

Properties

NameTypeDescription
Public Property ActualSpend Amazon.Budgets.Model.Spend

Gets and sets the property ActualSpend.

The amount of cost, usage, RI units, or Savings Plans units that you used.

Public Property ForecastedSpend Amazon.Budgets.Model.Spend

Gets and sets the property ForecastedSpend.

The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5