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 cost associated with the Reserved Instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ReservationValue

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

Syntax

C#
public class ReservationValue

The ReservationValue type exposes the following members

Constructors

NameDescription
Public Method ReservationValue()

Properties

NameTypeDescription
Public Property HourlyPrice System.String

Gets and sets the property HourlyPrice.

The hourly rate of the reservation.

Public Property RemainingTotalValue System.String

Gets and sets the property RemainingTotalValue.

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

Public Property RemainingUpfrontValue System.String

Gets and sets the property RemainingUpfrontValue.

The remaining upfront cost of the reservation.

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