AWSEC2PurchaseReservedInstancesOfferingResult

Objective-C

@interface AWSEC2PurchaseReservedInstancesOfferingResult

Swift

class AWSEC2PurchaseReservedInstancesOfferingResult

Contains the output of PurchaseReservedInstancesOffering.

  • The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier, the final Reserved Instances IDs might change. For more information, see Crossing pricing tiers in the Amazon Elastic Compute Cloud User Guide.

    Declaration

    Objective-C

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

    Swift

    var reservedInstancesId: String? { get set }