AWSEC2GetHostReservationPurchasePreviewRequest
Objective-C
@interface AWSEC2GetHostReservationPurchasePreviewRequest
Swift
class AWSEC2GetHostReservationPurchasePreviewRequest
-
The IDs of the Dedicated Hosts with which the reservation is associated.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable hostIdSet;
Swift
var hostIdSet: [String]? { get set }
-
The offering ID of the reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable offeringId;
Swift
var offeringId: String? { get set }