Values.PublicKeySummarySourceSummary information about a public key.
type nonrec t = {arn : PublicKeyArn.t option;Public key ARN.
*)name : PublicKeyName.t option;Public key name.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PublicKeyArn.t ])
list ]