Values_2.TransitGatewayMeteringPolicyEntrySourceDescribes an entry in a transit gateway metering policy.
type nonrec t = {policyRuleNumber : Values_0.String_.t option;The rule number of the metering policy entry.
*)meteredAccount : Values_1.TransitGatewayMeteringPayerType.t option;The Amazon Web Services account ID to which the metered traffic is attributed.
*)state : Values_1.TransitGatewayMeteringPolicyEntryState.t option;The state of the metering policy entry.
*)updatedAt : Values_0.MillisecondDateTime.t option;The date and time when the metering policy entry was last updated.
*)updateEffectiveAt : Values_0.MillisecondDateTime.t option;The date and time when the metering policy entry update becomes effective.
*)meteringPolicyRule : Values_1.TransitGatewayMeteringPolicyRule.t option;The metering policy rule that defines traffic matching criteria.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.TransitGatewayAttachmentId.t ])
list
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]