Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of
            your Reserved Instances.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyReservedInstancesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyReservedInstancesRequest()()()() | Initializes a new instance of the ModifyReservedInstancesRequest class | 
|  | ClientToken | 
            A unique, case-sensitive, token you provide to ensure idempotency of your modification request.
             
             | 
|  | 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.) | 
|  | ReservedInstancesIds | 
            The IDs of the Reserved Instances to modify.
             
             | 
|  | TargetConfigurations | 
            The configuration settings for the Reserved Instances to modify.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ModifyReservedInstancesRequest | |