Values.EC2ReplaceRouteTableAssociationActionSourceInformation about the ReplaceRouteTableAssociation action in Amazon EC2.
type nonrec t = {description : LengthBoundedString.t option;A description of the ReplaceRouteTableAssociation action in Amazon EC2.
*)associationId : ActionTarget.t option;Information about the association ID.
*)routeTableId : ActionTarget.t option;Information about the ID of the new route table to associate with the subnet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LengthBoundedString.t
| `Structure of (string * [> `String of ResourceId.t ]) list ])
list ]