Container for the parameters to the DescribeReservedInstancesModifications operation.
            
The DescribeReservedInstancesModifications operation describes modifications made to Reserved Instances in your account.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeReservedInstancesModificationsRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeReservedInstancesModificationsRequest()()()() | Initializes a new instance of the DescribeReservedInstancesModificationsRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match properties for ReservedInstancesModifications. 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.) | 
|  | NextToken | 
            A string specifying the next paginated set of results to return.
             
             | 
|  | ReservedInstancesModificationIds | 
            An optional list of Reserved Instances modification IDs to describe.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeReservedInstancesModificationsRequest | |