FpgaDeviceInfo
public struct FpgaDeviceInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The count of FPGA accelerators for the instance type.
Declaration
Swift
public let count: Int?
-
The manufacturer of the FPGA accelerator.
Declaration
Swift
public let manufacturer: String?
-
Describes the memory for the FPGA accelerator for the instance type.
Declaration
Swift
public let memoryInfo: FpgaDeviceMemoryInfo?
-
The name of the FPGA accelerator.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(count: Int? = nil, manufacturer: String? = nil, memoryInfo: FpgaDeviceMemoryInfo? = nil, name: String? = nil)