AWSEC2GetReservedInstancesExchangeQuoteRequest

Objective-C

@interface AWSEC2GetReservedInstancesExchangeQuoteRequest

Swift

class AWSEC2GetReservedInstancesExchangeQuoteRequest

Contains the parameters for GetReservedInstanceExchangeQuote.

Required parameters: [ReservedInstanceIds]

  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The IDs of the Convertible Reserved Instances to exchange.

    Declaration

    Objective-C

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

    Swift

    var reservedInstanceIds: [String]? { get set }
  • The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

    Declaration

    Objective-C

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

    Swift

    var targetConfigurations: [AWSEC2TargetConfigurationRequest]? { get set }