AWS SDK for .NET Documentation
ModifyReservedInstancesRequest Class
AmazonAmazon.EC2.ModelModifyReservedInstancesRequest Did this page help you?   Yes   No    Tell us about it...
Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances.
Declaration Syntax
C#
public class ModifyReservedInstancesRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
EC2Request
 ModifyReservedInstancesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)