AWSEC2FpgaInfo

Objective-C

@interface AWSEC2FpgaInfo

Swift

class AWSEC2FpgaInfo

Describes the FPGAs for the instance type.

  • Describes the FPGAs for the instance type.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2FpgaDeviceInfo *> *_Nullable fpgas;

    Swift

    var fpgas: [AWSEC2FpgaDeviceInfo]? { get set }
  • The total memory of all FPGA accelerators for the instance type.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable totalFpgaMemoryInMiB;

    Swift

    var totalFpgaMemoryInMiB: NSNumber? { get set }