AWSEC2FpgaDeviceMemoryInfo

Objective-C

@interface AWSEC2FpgaDeviceMemoryInfo

Swift

class AWSEC2FpgaDeviceMemoryInfo

Describes the memory for the FPGA accelerator for the instance type.

  • The size of the memory available to the FPGA accelerator, in MiB.

    Declaration

    Objective-C

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

    Swift

    var sizeInMiB: NSNumber? { get set }