Values.AccountEnrollmentStatusSourceDescribes the enrollment status of an organization's member accounts in Compute Optimizer.
type nonrec t = {accountId : AccountId.t option;The Amazon Web Services account ID.
*)status : Status.t option;The account enrollment status.
*)statusReason : StatusReason.t option;The reason for the account enrollment status. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.
*)lastUpdatedTimestamp : LastUpdatedTimestamp.t option;The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AccountId.t
| `Timestamp of LastUpdatedTimestamp.t ])
list ]