This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReservedDBInstance
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReservedDBInstance()()()() | Initializes a new instance of the ReservedDBInstance class | 
|  | CurrencyCode | 
            The currency code for the reserved DB instance.
             
             | 
|  | DBInstanceClass | 
            The DB instance class for the reserved DB instance.
             
             | 
|  | DBInstanceCount | 
            The number of reserved DB instances.
             
             | 
|  | Duration | 
            The duration of the reservation in seconds.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FixedPrice | 
            The fixed price charged for this reserved DB instance.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | MultiAZ | 
            Indicates if the reservation applies to Multi-AZ deployments.
             
             | 
|  | OfferingType | 
            The offering type of this reserved DB instance.
             
             | 
|  | ProductDescription | 
            The description of the reserved DB instance.
             
             | 
|  | RecurringCharges | 
            The recurring price charged to run this reserved DB instance.
             
             | 
|  | ReservedDBInstanceId | 
            The unique identifier for the reservation.
             
             | 
|  | ReservedDBInstancesOfferingId | 
            The offering identifier.
             
             | 
|  | StartTime | 
            The time the reservation started.
             
             | 
|  | State | 
            The state of the reserved DB instance.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UsagePrice | 
            The hourly price charged for this reserved DB instance.
             
             | 
|  | WithCurrencyCode(String) | Obsolete. 
            Sets the CurrencyCode property
             | 
|  | WithDBInstanceClass(String) | Obsolete. 
            Sets the DBInstanceClass property
             | 
|  | WithDBInstanceCount(Int32) | Obsolete. 
            Sets the DBInstanceCount property
             | 
|  | WithDuration(Int32) | Obsolete. 
            Sets the Duration property
             | 
|  | WithFixedPrice(Double) | Obsolete. 
            Sets the FixedPrice property
             | 
|  | WithMultiAZ(Boolean) | Obsolete. 
            Sets the MultiAZ property
             | 
|  | WithOfferingType(String) | Obsolete. 
            Sets the OfferingType property
             | 
|  | WithProductDescription(String) | Obsolete. 
            Sets the ProductDescription property
             | 
|  | WithRecurringCharges(array<RecurringCharge>[]()[][]) | Obsolete. 
            Adds elements to the RecurringCharges collection
             | 
|  | WithRecurringCharges(IEnumerable<(Of <<'(RecurringCharge>)>>)) | Obsolete. 
            Adds elements to the RecurringCharges collection
             | 
|  | WithReservedDBInstanceId(String) | Obsolete. 
            Sets the ReservedDBInstanceId property
             | 
|  | WithReservedDBInstancesOfferingId(String) | Obsolete. 
            Sets the ReservedDBInstancesOfferingId property
             | 
|  | WithStartTime(DateTime) | Obsolete. 
            Sets the StartTime property
             | 
|  | WithState(String) | Obsolete. 
            Sets the State property
             | 
|  | WithUsagePrice(Double) | Obsolete. 
            Sets the UsagePrice property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ReservedDBInstance |