AWSEC2FpgaDeviceInfo
Objective-C
@interface AWSEC2FpgaDeviceInfo
Swift
class AWSEC2FpgaDeviceInfo
Describes the FPGA accelerator for the instance type.
-
The count of FPGA accelerators for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;Swift
var count: NSNumber? { get set } -
The manufacturer of the FPGA accelerator.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable manufacturer;Swift
var manufacturer: String? { get set } -
Describes the memory for the FPGA accelerator for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2FpgaDeviceMemoryInfo *_Nullable memoryInfo;Swift
var memoryInfo: AWSEC2FpgaDeviceMemoryInfo? { get set } -
The name of the FPGA accelerator.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSEC2FpgaDeviceInfo Class Reference