AWSEC2InstanceFamilyCreditSpecification
Objective-C
@interface AWSEC2InstanceFamilyCreditSpecification
Swift
class AWSEC2InstanceFamilyCreditSpecification
Describes the default credit option for CPU usage of a burstable performance instance family.
-
The default credit option for CPU usage of the instance family. Valid values are
standardandunlimited.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cpuCredits;Swift
var cpuCredits: String? { get set } -
The instance family.
Declaration
Objective-C
@property (nonatomic) AWSEC2UnlimitedSupportedInstanceFamily instanceFamily;Swift
var instanceFamily: AWSEC2UnlimitedSupportedInstanceFamily { get set }
View on GitHub
Install in Dash
AWSEC2InstanceFamilyCreditSpecification Class Reference