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