Values.TenantSourceA structure that contains details 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.
*)sendingStatus : SendingStatus.t option;The status of sending capability for the tenant.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of TenantName.t
| `Timestamp of Timestamp.t ])
list ]