Values_3.FpgaImageAttributeSourceDescribes an Amazon FPGA image (AFI) attribute.
type nonrec t = {fpgaImageId : Values_0.String_.t option;The ID of the AFI.
*)name : Values_0.String_.t option;The name of the AFI.
*)description : Values_0.String_.t option;The description of the AFI.
*)loadPermissions : Values_2.LoadPermissionList.t option;The load permissions.
*)productCodes : Values_0.ProductCodeList.t option;The product codes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]