AWSEC2ProcessorInfo
Objective-C
@interface AWSEC2ProcessorInfo
Swift
class AWSEC2ProcessorInfo
Describes the processor used by the instance type.
-
The manufacturer of the processor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable manufacturer;
Swift
var manufacturer: String? { get set }
-
The architectures supported by the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable supportedArchitectures;
Swift
var supportedArchitectures: [String]? { get set }
-
Indicates whether the instance type supports AMD SEV-SNP. If the request returns
amd-sev-snp
, AMD SEV-SNP is supported. Otherwise, it is not supported. For more information, see AMD SEV-SNP.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable supportedFeatures;
Swift
var supportedFeatures: [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 }