AWSEC2ProcessorInfo
Objective-C
@interface AWSEC2ProcessorInfo
Swift
class AWSEC2ProcessorInfo
Describes the processor used by the instance type.
-
The architectures supported by the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable supportedArchitectures;
Swift
var supportedArchitectures: [String]? { get set }
-
The speed of the processor, in GHz.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sustainedClockSpeedInGhz;
Swift
var sustainedClockSpeedInGhz: NSNumber? { get set }