Values_2.TransitGatewayMeteringPolicySourceDescribes a transit gateway metering policy.
type nonrec t = {transitGatewayMeteringPolicyId : Values_1.TransitGatewayMeteringPolicyId.t
option;The ID of the transit gateway metering policy.
*)transitGatewayId : Values_1.TransitGatewayId.t option;The ID of the transit gateway associated with the metering policy.
*)middleboxAttachmentIds : Values_0.ValueStringList.t option;The IDs of the middlebox attachments associated with the metering policy.
*)state : Values_1.TransitGatewayMeteringPolicyState.t option;The state of the transit gateway metering policy.
*)updateEffectiveAt : Values_0.MillisecondDateTime.t option;The date and time when the metering policy update becomes effective.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_1.TransitGatewayMeteringPolicyId.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]