Module Values_2.InternetGatewaySource

Describes an internet gateway.

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

    Any VPCs attached to the internet gateway.

    *)
  2. internetGatewayId : Values_0.String_.t option;
    (*

    The ID of the internet gateway.

    *)
  3. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the internet gateway.

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

    Any tags assigned to the internet gateway.

    *)
}
Sourceval make : ?attachments:??? -> ?internetGatewayId:??? -> ?ownerId:??? -> ?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_0.String_.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