Values.SharedDirectorySourceDetails about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.
type nonrec t = {ownerAccountId : CustomerId.t option;Identifier of the directory owner account, which contains the directory that has been shared to the consumer account.
*)ownerDirectoryId : DirectoryId.t option;Identifier of the directory in the directory owner account.
*)createdDateTime : CreatedDateTime.t option;The date and time that the shared directory was created.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time that the shared directory was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CustomerId.t
| `Timestamp of CreatedDateTime.t ])
list ]