Values.PartnerSummarySourceA summary view of a partner account containing basic information for listing purposes.
type nonrec t = {catalog : Catalog.t option;The catalog identifier for the partner account.
*)arn : PartnerArn.t option;The Amazon Resource Name (ARN) of the partner account.
*)id : PartnerId.t option;The unique identifier of the partner account.
*)legalName : SensitiveUnicodeString.t option;The legal name of the partner organization.
*)createdAt : DateTime.t option;The timestamp when the partner account was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Catalog.t | `Timestamp of DateTime.t ]) list ]