AWS SDK Version 2 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.

.NET Framework 4.5
 
This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.ReservedDBInstancesOffering

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ReservedDBInstancesOffering : Object

The ReservedDBInstancesOffering type exposes the following members

Constructors

NameDescription
Public Method ReservedDBInstancesOffering() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property CurrencyCode System.String Gets and sets the property CurrencyCode.

The currency code for the reserved DB instance offering.

Public Property DBInstanceClass System.String Gets and sets the property DBInstanceClass.

The DB instance class for the reserved DB instance.

Public Property Duration System.Int32 Gets and sets the property Duration.

The duration of the offering in seconds.

Public Property FixedPrice System.Double Gets and sets the property FixedPrice.

The fixed price charged for this offering.

Public Property MultiAZ System.Boolean Gets and sets the property MultiAZ.

Indicates if the offering applies to Multi-AZ deployments.

Public Property OfferingType System.String Gets and sets the property OfferingType.

The offering type.

Public Property ProductDescription System.String Gets and sets the property ProductDescription.

The database engine used by the offering.

Public Property RecurringCharges System.Collections.Generic.List<Amazon.RDS.Model.RecurringCharge> Gets and sets the property RecurringCharges.

The recurring price charged to run this reserved DB instance.

Public Property ReservedDBInstancesOfferingId System.String Gets and sets the property ReservedDBInstancesOfferingId.

The offering identifier.

Public Property UsagePrice System.Double Gets and sets the property UsagePrice.

The hourly price charged for this offering.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1