Describes Reserved Instances that you purchased.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeReservedInstancesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeReservedInstancesRequest()()()() | Initializes a new instance of the DescribeReservedInstancesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated with 
            the specified ReservedInstancesOfferings.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetOfferingType()()()() | 
            Checks if the OfferingType property is set.
             | 
|  | IsSetReservedInstancesId()()()() | 
            Checks if ReservedInstancesId property is set
             | 
|  | OfferingType | 
            Reserved Instance offering type.
            Valid Values: Heavy Utilization | Medium Utilization | Light Utilization
             | 
|  | ReservedInstancesId | 
            IDs of the Reserved Instance to describe.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets the filters used to match system-defined properties and user-defined tags associated with 
            the specified ReservedInstancesOfferings.
             | 
|  | WithOfferingType(String) | Obsolete. 
            Sets the Reserved Instance offering type.
             | 
|  | WithReservedInstancesId(array<String>[]()[][]) | Obsolete. 
            Sets the IDs of the Reserved Instance to describe.
             | 
 Remarks
 Remarks
            For more information about Reserved Instances, go to the
            Amazon Elastic Compute Cloud Developer Guide.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeReservedInstancesRequest | |