Values_1.InternetGatewayAttachmentSourceDescribes the attachment of a VPC to an internet gateway or an egress-only internet gateway.
type nonrec t = {state : Values_0.AttachmentStatus.t option;The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]