Values.MemberAccountSourceContains information about a member account.
type nonrec t = {notificationConfigurationArn : NotificationConfigurationArn.t option;The Amazon Resource Name (ARN) of the notification configuration associated with the member account.
*)accountId : AccountId.t option;The AWS account ID of the member account.
*)status : MemberAccountNotificationConfigurationStatus.t option;The current status of the member account.
*)statusReason : String_.t option;The reason for the current status of the member account.
*)organizationalUnitId : OrganizationalUnitId.t option;The unique identifier of the organizational unit containing the member account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of NotificationConfigurationArn.t ])
list ]