Container for the parameters to the DescribeReservedDBInstancesOfferings operation.
            
Lists available reserved DB instance offerings.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeReservedDBInstancesOfferingsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeReservedDBInstancesOfferingsRequest()()()() | Initializes a new instance of the DescribeReservedDBInstancesOfferingsRequest class | 
|  | DBInstanceClass | 
            The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
             
             | 
|  | Duration | 
            Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration. Valid Values: 1
            | 3 | 31536000 | 94608000 | 
|  | 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.) | 
|  | Marker | 
            An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the
            marker, up to the value specified by MaxRecords.
             
             | 
|  | MaxRecords | 
            The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a
            marker is included in the response so that the following results can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
             
             | 
|  | MultiAZ | 
            The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.
             
             | 
|  | OfferingType | 
            The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type. Valid
            Values: "Light Utilization" | "Medium Utilization" | "Heavy Utilization"  | 
|  | ProductDescription | 
            Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.
             
             | 
|  | ReservedDBInstancesOfferingId | 
            The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation
            identifier. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBInstanceClass(String) | Obsolete. 
            Sets the DBInstanceClass property
             | 
|  | WithDuration(String) | Obsolete. 
            Sets the Duration property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithMaxRecords(Int32) | Obsolete. 
            Sets the MaxRecords property
             | 
|  | WithMultiAZ(Boolean) | Obsolete. 
            Sets the MultiAZ property
             | 
|  | WithOfferingType(String) | Obsolete. 
            Sets the OfferingType property
             | 
|  | WithProductDescription(String) | Obsolete. 
            Sets the ProductDescription property
             | 
|  | WithReservedDBInstancesOfferingId(String) | Obsolete. 
            Sets the ReservedDBInstancesOfferingId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeReservedDBInstancesOfferingsRequest | |