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.

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.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class ReservedDBInstancesOffering

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 whether 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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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