FpgaInfo
public struct FpgaInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the FPGAs for the instance type.
Declaration
Swift
public let fpgas: [FpgaDeviceInfo]?
-
The total memory of all FPGA accelerators for the instance type.
Declaration
Swift
public let totalFpgaMemoryInMiB: Int?
-
Undocumented
Declaration
Swift
public init(fpgas: [FpgaDeviceInfo]? = nil, totalFpgaMemoryInMiB: Int? = nil)