Values.TenantInfoSourceA structure that contains basic information about a tenant.
type nonrec t = {tenantName : TenantName.t option;The name of the tenant.
*)tenantId : TenantId.t option;A unique identifier for the tenant.
*)tenantArn : AmazonResourceName.t option;The Amazon Resource Name (ARN) of the tenant.
*)createdTimestamp : Timestamp.t option;The date and time when the tenant was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TenantName.t | `Timestamp of Timestamp.t ]) list ]