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|unlimitedT3 instances with
hosttenancy do not support theunlimitedCPU 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 }
View on GitHub
Install in Dash
AWSEC2InstanceCreditSpecificationRequest Class Reference