Module Values_3.EgressOnlyInternetGatewaySource

Describes an egress-only internet gateway.

Sourcetype nonrec t = {
  1. attachments : Values_1.InternetGatewayAttachmentList.t option;
    (*

    Information about the attachment of the egress-only internet gateway.

    *)
  2. egressOnlyInternetGatewayId : Values_1.EgressOnlyInternetGatewayId.t option;
    (*

    The ID of the egress-only internet gateway.

    *)
  3. tags : Values_0.TagList.t option;
    (*

    The tags assigned to the egress-only internet gateway.

    *)
}
Sourceval make : ?attachments:??? -> ?egressOnlyInternetGatewayId:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ] list | `String of Values_1.EgressOnlyInternetGatewayId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t