AWSEC2CreditSpecification
Objective-C
@interface AWSEC2CreditSpecification
Swift
class AWSEC2CreditSpecification
Describes the credit option for CPU usage of a T instance.
-
The credit option for CPU usage of a T instance.
Valid values:
standard
|unlimited
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cpuCredits;
Swift
var cpuCredits: String? { get set }