Values_3.TransitGatewayMulticastDeregisteredGroupMembersSourceDescribes the deregistered transit gateway multicast group members.
type nonrec t = {transitGatewayMulticastDomainId : Values_0.String_.t option;The ID of the transit gateway multicast domain.
*)deregisteredNetworkInterfaceIds : Values_0.ValueStringList.t option;The network interface IDs of the deregistered members.
*)groupIpAddress : Values_0.String_.t option;The IP address assigned to the transit gateway multicast group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]