Values.GetInvoiceUnitRequestSourceThis retrieves the invoice unit definition.
type nonrec t = {invoiceUnitArn : InvoiceUnitArnString.t;The ARN to identify an invoice unit. This information can't be modified or deleted.
*)asOf : AsOfTimestamp.t option;The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the AsOf time is set to before it was deleted. If an AsOf is not provided, the default value is the current time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of InvoiceUnitArnString.t
| `Timestamp of AsOfTimestamp.t ])
list ]