AWSEC2ModifyReservedInstancesRequest

Objective-C

@interface AWSEC2ModifyReservedInstancesRequest

Swift

class AWSEC2ModifyReservedInstancesRequest

Contains the parameters for ModifyReservedInstances.

Required parameters: [ReservedInstancesIds, TargetConfigurations]

  • A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • The IDs of the Reserved Instances to modify.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable reservedInstancesIds;

    Swift

    var reservedInstancesIds: [String]? { get set }
  • The configuration settings for the Reserved Instances to modify.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2ReservedInstancesConfiguration *> *_Nullable targetConfigurations;

    Swift

    var targetConfigurations: [AWSEC2ReservedInstancesConfiguration]? { get set }