CreateFpgaImageResult
public struct CreateFpgaImageResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The global FPGA image identifier (AGFI ID).
Declaration
Swift
public let fpgaImageGlobalId: String?
-
The FPGA image identifier (AFI ID).
Declaration
Swift
public let fpgaImageId: String?
-
Undocumented
Declaration
Swift
public init(fpgaImageGlobalId: String? = nil, fpgaImageId: String? = nil)