AWSEC2InstanceCreditSpecificationRequest
Objective-C
@interface AWSEC2InstanceCreditSpecificationRequest
Swift
class AWSEC2InstanceCreditSpecificationRequest
Describes the credit option for CPU usage of a burstable performance instance.
Required parameters: [InstanceId]
-
The credit option for CPU usage of the instance.
Valid values:
standard
|unlimited
T3 instances with
host
tenancy do not support theunlimited
CPU credit option.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cpuCredits;
Swift
var cpuCredits: String? { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }