Values.AssociationSetDetailsSourceThe associations between a route table and one or more subnets or a gateway.
type nonrec t = {associationState : AssociationStateDetails.t option;The state of the association between a route table and a subnet or gateway.
*)gatewayId : NonEmptyString.t option;The ID of the internet gateway or virtual private gateway.
*)main : Boolean.t option;Indicates whether this is the main route table.
*)routeTableAssociationId : NonEmptyString.t option;The ID of the association.
*)routeTableId : NonEmptyString.t option;The ID of the route table.
*)subnetId : NonEmptyString.t option;The ID of the subnet. A subnet ID is not returned for an implicit association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]