FpgaDeviceMemoryInfo

public struct FpgaDeviceMemoryInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The size (in MiB) for the memory available to the FPGA accelerator.

    Declaration

    Swift

    public let sizeInMiB: Int?
  • Undocumented

    Declaration

    Swift

    public init(sizeInMiB: Int? = nil)