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 aggregated numbers for your reservation usage.

Inheritance Hierarchy

System.Object
  Amazon.CostExplorer.Model.ReservationAggregates

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

Syntax

C#
public class ReservationAggregates

The ReservationAggregates type exposes the following members

Constructors

NameDescription
Public Method ReservationAggregates()

Properties

NameTypeDescription
Public Property AmortizedRecurringFee System.String

Gets and sets the property AmortizedRecurringFee.

The monthly cost of your reservation. It's amortized over the reservation period.

Public Property AmortizedUpfrontFee System.String

Gets and sets the property AmortizedUpfrontFee.

The upfront cost of your reservation. It's amortized over the reservation period.

Public Property NetRISavings System.String

Gets and sets the property NetRISavings.

How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed.

Public Property OnDemandCostOfRIHoursUsed System.String

Gets and sets the property OnDemandCostOfRIHoursUsed.

How much your reservation costs if charged On-Demand rates.

Public Property PurchasedHours System.String

Gets and sets the property PurchasedHours.

How many reservation hours that you purchased.

Public Property PurchasedUnits System.String

Gets and sets the property PurchasedUnits.

The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

Public Property RealizedSavings System.String

Gets and sets the property RealizedSavings.

The realized savings because of purchasing and using a reservation.

Public Property RICostForUnusedHours System.String

Gets and sets the property RICostForUnusedHours.

The cost of unused hours for your reservation.

Public Property TotalActualHours System.String

Gets and sets the property TotalActualHours.

The total number of reservation hours that you used.

Public Property TotalActualUnits System.String

Gets and sets the property TotalActualUnits.

The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

Public Property TotalAmortizedFee System.String

Gets and sets the property TotalAmortizedFee.

The total cost of your reservation. It's amortized over the reservation period.

Public Property TotalPotentialRISavings System.String

Gets and sets the property TotalPotentialRISavings.

How much you might save if you use your entire reservation.

Public Property UnrealizedSavings System.String

Gets and sets the property UnrealizedSavings.

The unrealized savings because of purchasing and using a reservation.

Public Property UnusedHours System.String

Gets and sets the property UnusedHours.

The number of reservation hours that you didn't use.

Public Property UnusedUnits System.String

Gets and sets the property UnusedUnits.

The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

Public Property UtilizationPercentage System.String

Gets and sets the property UtilizationPercentage.

The percentage of reservation time that you used.

Public Property UtilizationPercentageInUnits System.String

Gets and sets the property UtilizationPercentageInUnits.

The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

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