Container for the parameters to the PurchaseReservedDBInstancesOffering operation.
            
Purchases a reserved DB instance offering.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PurchaseReservedDBInstancesOfferingRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PurchaseReservedDBInstancesOfferingRequest()()()() | Initializes a new instance of the PurchaseReservedDBInstancesOfferingRequest class | 
|  | DBInstanceCount | 
            The number of instances to reserve. Default: 1 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ReservedDBInstanceId | 
            Customer-specified identifier to track this reservation. Example: myreservationID
             
             | 
|  | ReservedDBInstancesOfferingId | 
            The ID of the Reserved DB instance offering to purchase. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
             
             | 
|  | Tags | 
            A list of tags.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBInstanceCount(Int32) | Obsolete. 
            Sets the DBInstanceCount property
             | 
|  | WithReservedDBInstanceId(String) | Obsolete. 
            Sets the ReservedDBInstanceId property
             | 
|  | WithReservedDBInstancesOfferingId(String) | Obsolete. 
            Sets the ReservedDBInstancesOfferingId property
             | 
|  | WithTags(array<Tag>[]()[][]) | Obsolete. 
            Adds elements to the Tags collection
             | 
|  | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete. 
            Adds elements to the Tags collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | PurchaseReservedDBInstancesOfferingRequest | |