package aws-ec2

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.InstanceNetworkInterfaceAssociationSource

Sourcetype t = {
  1. carrier_ip : Aws.BaseTypes.String.t option;
  2. ip_owner_id : Aws.BaseTypes.String.t option;
  3. public_dns_name : Aws.BaseTypes.String.t option;
  4. public_ip : Aws.BaseTypes.String.t option;
}
Sourceval make : ?carrier_ip:??? -> ?ip_owner_id:??? -> ?public_dns_name:??? -> ?public_ip:??? -> unit -> t
Sourceval parse : Ezxmlm.nodes -> t option
Sourceval to_query : t -> Aws.Query.t
Sourceval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
Sourceval of_json : Aws.Json.t -> t