AWSEC2TargetConfigurationRequest
Objective-C
@interface AWSEC2TargetConfigurationRequest
Swift
class AWSEC2TargetConfigurationRequest
Details about the target configuration.
Required parameters: [OfferingId]
-
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 Convertible Reserved Instance offering ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable offeringId;
Swift
var offeringId: String? { get set }