AWSEC2TargetConfiguration
Objective-C
@interface AWSEC2TargetConfiguration
Swift
class AWSEC2TargetConfiguration
Information about the Convertible Reserved Instance offering.
-
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable instanceCount;
Swift
var instanceCount: NSNumber? { get set }
-
The ID of the Convertible Reserved Instance offering.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable offeringId;
Swift
var offeringId: String? { get set }