FpgaImageAttribute
public struct FpgaImageAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the AFI.
Declaration
Swift
public let description: String? -
The ID of the AFI.
Declaration
Swift
public let fpgaImageId: String? -
The load permissions.
Declaration
Swift
public let loadPermissions: [LoadPermission]? -
The name of the AFI.
Declaration
Swift
public let name: String? -
The product codes.
Declaration
Swift
public let productCodes: [ProductCode]? -
Undocumented
Declaration
Swift
public init(description: String? = nil, fpgaImageId: String? = nil, loadPermissions: [LoadPermission]? = nil, name: String? = nil, productCodes: [ProductCode]? = nil)
View on GitHub
FpgaImageAttribute Structure Reference