Module Types.NetworkInterfacePrivateIpAddress
type t
=
{
association : NetworkInterfaceAssociation.t option;
primary : Aws.BaseTypes.Boolean.t option;
private_dns_name : Aws.BaseTypes.String.t option;
private_ip_address : Aws.BaseTypes.String.t option;
}
val make : ?association:NetworkInterfaceAssociation.t -> ?primary:Aws.BaseTypes.Boolean.t -> ?private_dns_name:Aws.BaseTypes.String.t -> ?private_ip_address:Aws.BaseTypes.String.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t