Values.ProgramManagementAccountSummarySourceSummary information about a program management account.
type nonrec t = {id : ProgramManagementAccountId.t option;The unique identifier of the program management account.
*)revision : Revision.t option;The current revision number of the program management account.
*)catalog : Catalog.t option;The catalog identifier associated with the account.
*)program : Program.t option;The program type for the management account.
*)displayName : ProgramManagementAccountDisplayName.t option;The display name of the program management account.
*)accountId : AccountId.t option;The AWS account ID associated with the program management account.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the program management account.
*)createdAt : DateTime.t option;The timestamp when the account was created.
*)updatedAt : DateTime.t option;The timestamp when the account was last updated.
*)startDate : DateTime.t option;The start date of the program management account.
*)status : ProgramManagementAccountStatus.t option;The current status of the program management account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ProgramManagementAccountId.t
| `Timestamp of DateTime.t ])
list ]